(Android) Remove no longer needed machine/cpu-features.h

This commit is contained in:
twinaphex 2018-04-28 19:29:07 +02:00
parent 80b480e855
commit 5a80a6046f

View File

@ -54,9 +54,6 @@
#ifdef ANDROID
#include <sys/system_properties.h>
#ifdef __arm__
#include <machine/cpu-features.h>
#endif
#endif
#include <boolean.h>