--- a/libarchive/archive.h
+++ b/libarchive/archive.h
@@ -96,11 +96,6 @@
 # endif
 #endif
 
-/* Large file support for Android */
-#if defined(__LIBARCHIVE_BUILD) && defined(__ANDROID__)
-#include "android_lf.h"
-#endif
-
 /*
  * On Windows, define LIBARCHIVE_STATIC if you're building or using a
  * .lib.  The default here assumes you're building a DLL.  Only