summaryrefslogtreecommitdiffstats
path: root/minzipold/Zip.h
diff options
context:
space:
mode:
Diffstat (limited to 'minzipold/Zip.h')
-rw-r--r--minzipold/Zip.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/minzipold/Zip.h b/minzipold/Zip.h
index 4bb9ef6a4..c94282827 100644
--- a/minzipold/Zip.h
+++ b/minzipold/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.