diff options
| author | Mathias Agopian <mathias@google.com> | 2012-02-17 19:26:39 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-02-17 19:26:39 -0800 |
| commit | 4e753e08d146ecd1a45a4402bb6b2e392d890a33 (patch) | |
| tree | c1582cf9921228dbe1ad29154f92a38554960af8 /libs/utils/ZipFileCRO.cpp | |
| parent | e8585b1721b84798c4e7413939fd085f7a39bc0e (diff) | |
| parent | b13b9bdad2baf6ad1ec2e56b6b7598fa20f55fc4 (diff) | |
| download | frameworks_base-4e753e08d146ecd1a45a4402bb6b2e392d890a33.zip frameworks_base-4e753e08d146ecd1a45a4402bb6b2e392d890a33.tar.gz frameworks_base-4e753e08d146ecd1a45a4402bb6b2e392d890a33.tar.bz2 | |
Merge "frameworks/base refactoring."
Diffstat (limited to 'libs/utils/ZipFileCRO.cpp')
| -rw-r--r-- | libs/utils/ZipFileCRO.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/utils/ZipFileCRO.cpp b/libs/utils/ZipFileCRO.cpp index 55dfd9f..c8df845 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; |
