From: Colin Cross Date: Fri, 23 Mar 2012 01:43:07 +0000 (-0700) Subject: frameworks/base: move Zip* from libandroidfw to libutils X-Git-Url: https://git.saurik.com/android/aapt.git/commitdiff_plain/629b2ffcac37ede5a0c36e7eb49087fe3cc5c3a5 frameworks/base: move Zip* from libandroidfw to libutils ZipUtils is needed by build/tools, move it from libandroidfw (frameworks/base) to libutils (frameworks/native). Change-Id: I2b4b7adcdf68eb25ee7cba5dd3b69eadf0523af3 --- diff --git a/ZipFile.cpp b/ZipFile.cpp index 8057068..3994c31 100644 --- a/ZipFile.cpp +++ b/ZipFile.cpp @@ -20,8 +20,8 @@ #define LOG_TAG "zip" -#include #include +#include #include "ZipFile.h"