summaryrefslogtreecommitdiff
path: root/tools/aapt2/compile/Png.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aapt2/compile/Png.cpp')
-rw-r--r--tools/aapt2/compile/Png.cpp11
1 files changed, 7 insertions, 4 deletions
diff --git a/tools/aapt2/compile/Png.cpp b/tools/aapt2/compile/Png.cpp
index 7ab05b58b8b9..5e15c88410ee 100644
--- a/tools/aapt2/compile/Png.cpp
+++ b/tools/aapt2/compile/Png.cpp
@@ -15,18 +15,21 @@
*/
#include "Png.h"
-#include "Source.h"
-#include "util/BigBuffer.h"
-#include "util/Util.h"
-#include <androidfw/ResourceTypes.h>
#include <png.h>
#include <zlib.h>
+
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
+#include "androidfw/ResourceTypes.h"
+
+#include "Source.h"
+#include "util/BigBuffer.h"
+#include "util/Util.h"
+
namespace aapt {
constexpr bool kDebug = false;