summaryrefslogtreecommitdiffstats
path: root/tools/aapt/Bundle.h
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-05-31 19:13:00 -0700
committerMathias Agopian <mathias@google.com>2009-05-31 19:13:00 -0700
commit3b4062eeb01be33951ba214e027da523cf09f8b1 (patch)
treeee621c2fa8a23e61e41626c7bcf79884f0d7555e /tools/aapt/Bundle.h
parentabe00fdee08577eb0fa2e5d220e91317b8f883a8 (diff)
downloadframeworks_base-3b4062eeb01be33951ba214e027da523cf09f8b1.zip
frameworks_base-3b4062eeb01be33951ba214e027da523cf09f8b1.tar.gz
frameworks_base-3b4062eeb01be33951ba214e027da523cf09f8b1.tar.bz2
get rid of utils.h
Diffstat (limited to 'tools/aapt/Bundle.h')
-rw-r--r--tools/aapt/Bundle.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/aapt/Bundle.h b/tools/aapt/Bundle.h
index 2eb7a1d..9e712b8 100644
--- a/tools/aapt/Bundle.h
+++ b/tools/aapt/Bundle.h
@@ -7,7 +7,10 @@
#define __BUNDLE_H
#include <stdlib.h>
-#include <utils.h> // android
+#include <utils/Log.h>
+#include <utils/threads.h>
+#include <utils/List.h>
+#include <utils/Errors.h>
#include <utils/String8.h>
#include <utils/Vector.h>