diff options
author | 2009-05-31 22:44:44 -0700 | |
---|---|---|
committer | 2009-05-31 22:44:44 -0700 | |
commit | 16275c36f0cfda26ffa32221dd720f7a685da819 (patch) | |
tree | 56a4900a3bedc991357f39be1b36c0cc4ed6002e /tools/aapt/Main.cpp | |
parent | ad6042aa2342d0a869f84772774b47ae87346ccf (diff) | |
parent | 3b4062eeb01be33951ba214e027da523cf09f8b1 (diff) |
Merge change 2792
* changes:
get rid of utils.h
Diffstat (limited to 'tools/aapt/Main.cpp')
-rw-r--r-- | tools/aapt/Main.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/aapt/Main.cpp b/tools/aapt/Main.cpp index 8bf2b075e6fe..6ff82690105d 100644 --- a/tools/aapt/Main.cpp +++ b/tools/aapt/Main.cpp @@ -6,7 +6,10 @@ #include "Main.h" #include "Bundle.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 <stdlib.h> |