aboutsummaryrefslogtreecommitdiffstats
path: root/updater/updater.h
diff options
context:
space:
mode:
Diffstat (limited to 'updater/updater.h')
-rw-r--r--updater/updater.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/updater/updater.h b/updater/updater.h
index a00872c..d2e9011 100644
--- a/updater/updater.h
+++ b/updater/updater.h
@@ -20,12 +20,8 @@
#include <stdio.h>
#include "minzip/Zip.h"
-#ifdef HAVE_SELINUX
#include <selinux/selinux.h>
#include <selinux/label.h>
-#else
-struct selabel_handle;
-#endif
typedef struct {
FILE* cmd_pipe;