summaryrefslogtreecommitdiff
path: root/libs/utils/tests/ZipFileRO_test.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-02-17 18:27:36 -0800
committerMathias Agopian <mathias@google.com>2012-02-17 19:01:26 -0800
commitb13b9bdad2baf6ad1ec2e56b6b7598fa20f55fc4 (patch)
tree2b90dc39a35d8081ea47b038893624b69a01202d /libs/utils/tests/ZipFileRO_test.cpp
parent6db0608dff408130b35e6f21abe746a635648b18 (diff)
frameworks/base refactoring.
step 2: move libutils headers to their new home: androidfw Change-Id: I14624ba23db92a81f2cb929f104386e1fab293ef
Diffstat (limited to 'libs/utils/tests/ZipFileRO_test.cpp')
-rw-r--r--libs/utils/tests/ZipFileRO_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/utils/tests/ZipFileRO_test.cpp b/libs/utils/tests/ZipFileRO_test.cpp
index 7a1d0bd958a3..344f97416b65 100644
--- a/libs/utils/tests/ZipFileRO_test.cpp
+++ b/libs/utils/tests/ZipFileRO_test.cpp
@@ -15,8 +15,8 @@
*/
#define LOG_TAG "ZipFileRO_test"
+#include <androidfw/ZipFileRO.h>
#include <utils/Log.h>
-#include <utils/ZipFileRO.h>
#include <gtest/gtest.h>