Remove obsolete hack. am: 92e4108725 am: be7134a37e

Original change: https://android-review.googlesource.com/c/platform/external/squashfs-tools/+/2759778

Change-Id: I1a99ed3bdb16685b7cd151a3d0cf2c7153363b94
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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 */