summaryrefslogtreecommitdiffstats
path: root/minzip/Zip.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-04-02 18:12:29 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-04-02 18:12:29 +0200
commit844007b722ddb00c878b8b701608f8bf3736a64e (patch)
treea8b2d150fceffbfe26a78aec0514c7b00aa41862 /minzip/Zip.h
parentrecovery: use __android_log_pmsg_file_write for log files am: 13aca59 (diff)
parentMerge "Move selinux dependencies out of header files." am: 8124750 (diff)
downloadandroid_bootable_recovery-844007b722ddb00c878b8b701608f8bf3736a64e.tar
android_bootable_recovery-844007b722ddb00c878b8b701608f8bf3736a64e.tar.gz
android_bootable_recovery-844007b722ddb00c878b8b701608f8bf3736a64e.tar.bz2
android_bootable_recovery-844007b722ddb00c878b8b701608f8bf3736a64e.tar.lz
android_bootable_recovery-844007b722ddb00c878b8b701608f8bf3736a64e.tar.xz
android_bootable_recovery-844007b722ddb00c878b8b701608f8bf3736a64e.tar.zst
android_bootable_recovery-844007b722ddb00c878b8b701608f8bf3736a64e.zip
Diffstat (limited to 'minzip/Zip.h')
-rw-r--r--minzip/Zip.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/minzip/Zip.h b/minzip/Zip.h
index e6b19e1f0..c932c1178 100644
--- a/minzip/Zip.h
+++ b/minzip/Zip.h
@@ -18,8 +18,7 @@
extern "C" {
#endif
-#include <selinux/selinux.h>
-#include <selinux/label.h>
+struct selabel_handle;
/*
* One entry in the Zip archive. Treat this as opaque -- use accessors below.