diff --git a/Source/Core/Common/ArmCPUDetect.cpp b/Source/Core/Common/ArmCPUDetect.cpp index 1cee6ad77b..4100df9f82 100644 --- a/Source/Core/Common/ArmCPUDetect.cpp +++ b/Source/Core/Common/ArmCPUDetect.cpp @@ -8,15 +8,13 @@ #include #include -#ifndef __APPLE__ -#ifndef _WIN32 +#if !defined(_WIN32) && !defined(__APPLE__) #ifndef __FreeBSD__ #include #endif #include #include #endif -#endif #include