From 629b2ffcac37ede5a0c36e7eb49087fe3cc5c3a5 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 22 Mar 2012 18:43:07 -0700 Subject: [PATCH] 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 --- ZipFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2