summaryrefslogtreecommitdiffstats
path: root/tools/aapt/ZipFile.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2013-05-06 20:20:34 -0700
committerMathias Agopian <mathias@google.com>2013-05-07 17:09:46 -0700
commit1f5762e646bed2290934280464832782766ee68e (patch)
tree123bcdf3ba4c98f885631b02bb90803b7885e438 /tools/aapt/ZipFile.cpp
parent9f3e1175657425115e863fdb256b83cadedc33e9 (diff)
downloadframeworks_base-1f5762e646bed2290934280464832782766ee68e.zip
frameworks_base-1f5762e646bed2290934280464832782766ee68e.tar.gz
frameworks_base-1f5762e646bed2290934280464832782766ee68e.tar.bz2
libutils clean-up
Change-Id: I11ee943da23a66828455a9770fc3c5ceb4bbcaa9
Diffstat (limited to 'tools/aapt/ZipFile.cpp')
-rw-r--r--tools/aapt/ZipFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/ZipFile.cpp b/tools/aapt/ZipFile.cpp
index 3994c31..8057068 100644
--- a/tools/aapt/ZipFile.cpp
+++ b/tools/aapt/ZipFile.cpp
@@ -20,8 +20,8 @@
#define LOG_TAG "zip"
+#include <androidfw/ZipUtils.h>
#include <utils/Log.h>
-#include <utils/ZipUtils.h>
#include "ZipFile.h"