aboutsummaryrefslogtreecommitdiff
path: root/src/ARM.cpp
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2021-11-18 01:17:51 +0100
committerArisotura <thetotalworm@gmail.com>2021-11-18 01:17:51 +0100
commit19ddaee13b5400b14ef3d3a6299474e7f715a948 (patch)
tree3a8b0804e91454109936db361a0ad7a9d5e1d5d5 /src/ARM.cpp
parent65c2a844ac0c1d323a67044973860cdc0dcac953 (diff)
finally decouple Config from the core. baahhahahahah
Diffstat (limited to 'src/ARM.cpp')
-rw-r--r--src/ARM.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ARM.cpp b/src/ARM.cpp
index 811dd7c..55f60bf 100644
--- a/src/ARM.cpp
+++ b/src/ARM.cpp
@@ -24,7 +24,6 @@
#include "ARMInterpreter.h"
#include "AREngine.h"
#include "ARMJIT.h"
-#include "Config.h"
#ifdef JIT_ENABLED
#include "ARMJIT.h"