summaryrefslogtreecommitdiff
path: root/libs/utils/ZipFileCRO.cpp
diff options
context:
space:
mode:
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
commita3a38812087f7ac19bb5cc79ceb7b80384d6bd2e (patch)
treefec82fad36d949d2f8cca13cd0a37bb034643ac0 /libs/utils/ZipFileCRO.cpp
parent5d98b5c2eb79a112edfed6d66056aad7d09a5fc4 (diff)
frameworks/base refactoring.
step 2: move libutils headers to their new home: androidfw Change-Id: I14624ba23db92a81f2cb929f104386e1fab293ef
Diffstat (limited to 'libs/utils/ZipFileCRO.cpp')
-rw-r--r--libs/utils/ZipFileCRO.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/utils/ZipFileCRO.cpp b/libs/utils/ZipFileCRO.cpp
index 55dfd9f873..c8df8453df 100644
--- a/libs/utils/ZipFileCRO.cpp
+++ b/libs/utils/ZipFileCRO.cpp
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#include <utils/ZipFileCRO.h>
-#include <utils/ZipFileRO.h>
+#include <androidfw/ZipFileCRO.h>
+#include <androidfw/ZipFileRO.h>
using namespace android;