aboutsummaryrefslogtreecommitdiff
path: root/squashfs-tools/xattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'squashfs-tools/xattr.c')
-rw-r--r--squashfs-tools/xattr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/squashfs-tools/xattr.c b/squashfs-tools/xattr.c
index 6cecb74..b0c84ec 100644
--- a/squashfs-tools/xattr.c
+++ b/squashfs-tools/xattr.c
@@ -61,11 +61,7 @@
/* ANDROID CHANGES START*/
#ifdef ANDROID
#include "android.h"
-#ifdef __ANDROID__
#include <linux/capability.h>
-#else
-#include <private/android_filesystem_capability.h>
-#endif
static struct selabel_handle *sehnd = NULL;
#endif
/* ANDROID CHANGES END */