aboutsummaryrefslogtreecommitdiff
path: root/src/ARMInterpreter.cpp
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2018-12-04 18:32:19 +0100
committerStapleButter <thetotalworm@gmail.com>2018-12-04 18:32:19 +0100
commit0b1c2f9691ac3f42533f14ce9108e3e56b26936c (patch)
treec33e58778d1819d9cd00977806165ff8bc4cec7a /src/ARMInterpreter.cpp
parent9ebcb5f1431a852c1b961ddd48e77627772a5b2a (diff)
begin PU work
Diffstat (limited to 'src/ARMInterpreter.cpp')
-rw-r--r--src/ARMInterpreter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ARMInterpreter.cpp b/src/ARMInterpreter.cpp
index 2ec9bfc..b29f558 100644
--- a/src/ARMInterpreter.cpp
+++ b/src/ARMInterpreter.cpp
@@ -18,7 +18,6 @@
#include <stdio.h>
#include "NDS.h"
-#include "CP15.h"
#include "ARMInterpreter.h"
#include "ARMInterpreter_ALU.h"
#include "ARMInterpreter_Branch.h"