From da5dd3ff66e7950385590cdc4d9f7f21ea5e05b2 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 5 Feb 2019 20:59:20 -0500 Subject: [PATCH] tests/A32/fuzz_arm: Remove unused Unix-specific include This was introduced within 6f6f60c61b2137780102c75841441f760d3cc3fc, however, the relevant code that it was used with has since been removed, making the include unnecessary. --- tests/A32/fuzz_arm.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/A32/fuzz_arm.cpp b/tests/A32/fuzz_arm.cpp index 433f7b70..75dfcf90 100644 --- a/tests/A32/fuzz_arm.cpp +++ b/tests/A32/fuzz_arm.cpp @@ -34,10 +34,6 @@ #include "A32/skyeye_interpreter/dyncom/arm_dyncom_interpreter.h" #include "A32/skyeye_interpreter/skyeye_common/armstate.h" -#ifdef __unix__ -#include -#endif - using Dynarmic::Common::Bits; static Dynarmic::A32::UserConfig GetUserConfig(ArmTestEnv* testenv) {