about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emu/x64emu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/x64emu.c b/src/emu/x64emu.c
index d1ae11c8..04fb0dee 100644
--- a/src/emu/x64emu.c
+++ b/src/emu/x64emu.c
@@ -20,9 +20,7 @@
 #ifdef HAVE_TRACE
 #include "x64trace.h"
 #endif
-#ifdef DYNAREC
 #include "custommem.h"
-#endif
 // for the applyFlushTo0
 #ifdef __x86_64__
 #include <immintrin.h>