From 5a80a6046f0ae41c5130c59ea52e8a7b6526a9b8 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 28 Apr 2018 19:29:07 +0200 Subject: [PATCH] (Android) Remove no longer needed machine/cpu-features.h --- frontend/drivers/platform_unix.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/drivers/platform_unix.c b/frontend/drivers/platform_unix.c index 338200cc0d..11e6c2c8d8 100644 --- a/frontend/drivers/platform_unix.c +++ b/frontend/drivers/platform_unix.c @@ -54,9 +54,6 @@ #ifdef ANDROID #include -#ifdef __arm__ -#include -#endif #endif #include