diff options
author | 2009-05-31 19:13:00 -0700 | |
---|---|---|
committer | 2009-05-31 19:13:00 -0700 | |
commit | 3b4062eeb01be33951ba214e027da523cf09f8b1 (patch) | |
tree | ee621c2fa8a23e61e41626c7bcf79884f0d7555e /tools/aapt/Command.cpp | |
parent | abe00fdee08577eb0fa2e5d220e91317b8f883a8 (diff) |
get rid of utils.h
Diffstat (limited to 'tools/aapt/Command.cpp')
-rw-r--r-- | tools/aapt/Command.cpp | 5 |
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> |