summaryrefslogtreecommitdiff
path: root/tools/aapt/Command.cpp
diff options
context:
space:
mode:
author Android (Google) Code Review <android-gerrit@google.com> 2009-05-31 22:44:44 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2009-05-31 22:44:44 -0700
commit16275c36f0cfda26ffa32221dd720f7a685da819 (patch)
tree56a4900a3bedc991357f39be1b36c0cc4ed6002e /tools/aapt/Command.cpp
parentad6042aa2342d0a869f84772774b47ae87346ccf (diff)
parent3b4062eeb01be33951ba214e027da523cf09f8b1 (diff)
Merge change 2792
* changes: get rid of utils.h
Diffstat (limited to 'tools/aapt/Command.cpp')
-rw-r--r--tools/aapt/Command.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/aapt/Command.cpp b/tools/aapt/Command.cpp
index dc91a48ce24e..32df6317e288 100644
--- a/tools/aapt/Command.cpp
+++ b/tools/aapt/Command.cpp
@@ -8,7 +8,10 @@
#include "ResourceTable.h"
#include "XMLNode.h"
-#include <utils.h>
+#include <utils/Log.h>
+#include <utils/threads.h>
+#include <utils/List.h>
+#include <utils/Errors.h>
#include <utils/ZipFile.h>
#include <fcntl.h>