diff options
author | Mathias Agopian <mathias@google.com> | 2012-02-17 18:27:36 -0800 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2012-02-17 19:01:26 -0800 |
commit | b13b9bdad2baf6ad1ec2e56b6b7598fa20f55fc4 (patch) | |
tree | 2b90dc39a35d8081ea47b038893624b69a01202d /tools/aapt/ResourceTable.cpp | |
parent | 6db0608dff408130b35e6f21abe746a635648b18 (diff) |
frameworks/base refactoring.
step 2: move libutils headers to their new home: androidfw
Change-Id: I14624ba23db92a81f2cb929f104386e1fab293ef
Diffstat (limited to 'tools/aapt/ResourceTable.cpp')
-rw-r--r-- | tools/aapt/ResourceTable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/ResourceTable.cpp b/tools/aapt/ResourceTable.cpp index 7a0499c476d7..0c0b2ea0765f 100644 --- a/tools/aapt/ResourceTable.cpp +++ b/tools/aapt/ResourceTable.cpp @@ -9,8 +9,8 @@ #include "XMLNode.h" #include "ResourceFilter.h" +#include <androidfw/ResourceTypes.h> #include <utils/ByteOrder.h> -#include <utils/ResourceTypes.h> #include <stdarg.h> #define NOISY(x) //x |