aboutsummaryrefslogtreecommitdiff
path: root/src/ARMJIT_A64
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/ARMJIT_A64
parent65c2a844ac0c1d323a67044973860cdc0dcac953 (diff)
finally decouple Config from the core. baahhahahahah
Diffstat (limited to 'src/ARMJIT_A64')
-rw-r--r--src/ARMJIT_A64/ARMJIT_Compiler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ARMJIT_A64/ARMJIT_Compiler.cpp b/src/ARMJIT_A64/ARMJIT_Compiler.cpp
index 5941656..1ad24b1 100644
--- a/src/ARMJIT_A64/ARMJIT_Compiler.cpp
+++ b/src/ARMJIT_A64/ARMJIT_Compiler.cpp
@@ -20,7 +20,6 @@
#include "../ARMJIT_Internal.h"
#include "../ARMInterpreter.h"
-#include "../Config.h"
#ifdef __SWITCH__
#include <switch.h>