diff options
Diffstat (limited to 'tests/uchar_test.cpp')
-rw-r--r-- | tests/uchar_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/uchar_test.cpp b/tests/uchar_test.cpp index eca3c5e..c887f8a 100644 --- a/tests/uchar_test.cpp +++ b/tests/uchar_test.cpp @@ -19,7 +19,6 @@ #if defined(__BIONIC__) #define HAVE_UCHAR 1 #elif defined(__GLIBC__) -#include <features.h> #define HAVE_UCHAR __GLIBC_PREREQ(2, 16) #endif |