From 92e41087250370b92bc6dfb11fd3a5ea1a9a9182 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 22 Sep 2023 22:43:16 +0000 Subject: Remove obsolete hack. Test: treehugger Change-Id: I3de04cca1197612f90f57582ce6ef29c1b4f55df --- squashfs-tools/xattr.c | 4 ---- 1 file changed, 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 -#else -#include -#endif static struct selabel_handle *sehnd = NULL; #endif /* ANDROID CHANGES END */ -- cgit v1.2.3