tests/A32/fuzz_arm: Remove unused Unix-specific include

This was introduced within 6f6f60c61b,
however, the relevant code that it was used with has since been removed,
making the include unnecessary.
This commit is contained in:
Lioncash 2019-02-05 20:59:20 -05:00 committed by MerryMage
parent 2eaf922f8b
commit da5dd3ff66

View file

@ -34,10 +34,6 @@
#include "A32/skyeye_interpreter/dyncom/arm_dyncom_interpreter.h"
#include "A32/skyeye_interpreter/skyeye_common/armstate.h"
#ifdef __unix__
#include <signal.h>
#endif
using Dynarmic::Common::Bits;
static Dynarmic::A32::UserConfig GetUserConfig(ArmTestEnv* testenv) {