summaryrefslogtreecommitdiffstats
path: root/tools/aapt/Package.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-06-05 14:56:35 -0700
committerMathias Agopian <mathias@google.com>2009-06-05 14:56:35 -0700
commit55e3d60da5626752ffe1d15150d35ccb8fa644e7 (patch)
treecdc453d4fbec7bed47110ab54f4fe2d2f6fe3b41 /tools/aapt/Package.cpp
parent5e23cbc660e33c5e176f89ecdc6a1f81352e292e (diff)
downloadframeworks_base-55e3d60da5626752ffe1d15150d35ccb8fa644e7.zip
frameworks_base-55e3d60da5626752ffe1d15150d35ccb8fa644e7.tar.gz
frameworks_base-55e3d60da5626752ffe1d15150d35ccb8fa644e7.tar.bz2
break dependency on utils/ZipEntry.h and utils/ZipFile.h, get rid of inet_address.h and Socket.h which were not used
Diffstat (limited to 'tools/aapt/Package.cpp')
-rw-r--r--tools/aapt/Package.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/aapt/Package.cpp b/tools/aapt/Package.cpp
index 8900529..8424169 100644
--- a/tools/aapt/Package.cpp
+++ b/tools/aapt/Package.cpp
@@ -11,7 +11,6 @@
#include <utils/threads.h>
#include <utils/List.h>
#include <utils/Errors.h>
-#include <utils/ZipFile.h>
#include <sys/types.h>
#include <dirent.h>