diff options
author | Kenny Root <kroot@google.com> | 2012-10-17 01:33:39 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2012-10-17 01:33:40 +0200 |
commit | 78afed1c15989d4aa7e66094afa81cd3a6d22674 (patch) | |
tree | 0462d8372a28cd14dc5a2389b25500687e7950c9 /minzip/Zip.h | |
parent | Merge "Fixing trivial warnings for libminui" (diff) | |
parent | Remove HAVE_SELINUX guards (diff) | |
download | android_bootable_recovery-78afed1c15989d4aa7e66094afa81cd3a6d22674.tar android_bootable_recovery-78afed1c15989d4aa7e66094afa81cd3a6d22674.tar.gz android_bootable_recovery-78afed1c15989d4aa7e66094afa81cd3a6d22674.tar.bz2 android_bootable_recovery-78afed1c15989d4aa7e66094afa81cd3a6d22674.tar.lz android_bootable_recovery-78afed1c15989d4aa7e66094afa81cd3a6d22674.tar.xz android_bootable_recovery-78afed1c15989d4aa7e66094afa81cd3a6d22674.tar.zst android_bootable_recovery-78afed1c15989d4aa7e66094afa81cd3a6d22674.zip |
Diffstat (limited to 'minzip/Zip.h')
-rw-r--r-- | minzip/Zip.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/minzip/Zip.h b/minzip/Zip.h index 4bb9ef6a4..c94282827 100644 --- a/minzip/Zip.h +++ b/minzip/Zip.h @@ -18,12 +18,8 @@ extern "C" { #endif -#ifdef HAVE_SELINUX #include <selinux/selinux.h> #include <selinux/label.h> -#else -struct selabel_handle; -#endif /* * One entry in the Zip archive. Treat this as opaque -- use accessors below. |