summaryrefslogtreecommitdiffstats
path: root/minzip/Zip.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-04-02 17:53:11 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-04-02 17:53:11 +0200
commit81247500d535dac714fad657860b67474e1f6e42 (patch)
tree425d6689f29b9d893cd250dd0b22bd72af078b1a /minzip/Zip.h
parentMerge "recovery: use __android_log_pmsg_file_write for log files" (diff)
parentMove selinux dependencies out of header files. (diff)
downloadandroid_bootable_recovery-81247500d535dac714fad657860b67474e1f6e42.tar
android_bootable_recovery-81247500d535dac714fad657860b67474e1f6e42.tar.gz
android_bootable_recovery-81247500d535dac714fad657860b67474e1f6e42.tar.bz2
android_bootable_recovery-81247500d535dac714fad657860b67474e1f6e42.tar.lz
android_bootable_recovery-81247500d535dac714fad657860b67474e1f6e42.tar.xz
android_bootable_recovery-81247500d535dac714fad657860b67474e1f6e42.tar.zst
android_bootable_recovery-81247500d535dac714fad657860b67474e1f6e42.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.