Merge "zlib is not exposed to libziparchive headers"

This commit is contained in:
Treehugger Robot 2017-07-03 19:30:45 +00:00 committed by Gerrit Code Review
commit eb42bb8c8b

View file

@ -17,7 +17,6 @@
#ifndef LIBZIPARCHIVE_ZIPWRITER_H_
#define LIBZIPARCHIVE_ZIPWRITER_H_
#include <zlib.h>
#include <cstdio>
#include <ctime>
@ -28,6 +27,9 @@
#include "android-base/macros.h"
#include "utils/Compat.h"
struct z_stream_s;
typedef struct z_stream_s z_stream;
/**
* Writes a Zip file via a stateful interface.
*