summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cpu.cpp1
-rw-r--r--src/cpuexec.cpp1
-rw-r--r--src/cpuops.cpp1
-rw-r--r--src/globals.cpp1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/cpu.cpp b/src/cpu.cpp
index 621b6f0..1c998d6 100644
--- a/src/cpu.cpp
+++ b/src/cpu.cpp
@@ -43,7 +43,6 @@
#include "ppu.h"
#include "dsp1.h"
#include "cpuexec.h"
-#include "debug.h"
#include "apu.h"
#include "dma.h"
#ifdef USE_SA1
diff --git a/src/cpuexec.cpp b/src/cpuexec.cpp
index 7865e18..3cd25c3 100644
--- a/src/cpuexec.cpp
+++ b/src/cpuexec.cpp
@@ -47,7 +47,6 @@
#include "cpuops.h"
#include "ppu.h"
#include "cpuexec.h"
-#include "debug.h"
#include "snapshot.h"
#include "gfx.h"
#include "missing.h"
diff --git a/src/cpuops.cpp b/src/cpuops.cpp
index ce18e3c..6e4499b 100644
--- a/src/cpuops.cpp
+++ b/src/cpuops.cpp
@@ -46,7 +46,6 @@
#include "snes9x.h"
#include "memmap.h"
-#include "debug.h"
#include "missing.h"
#include "apu.h"
#include "sa1.h"
diff --git a/src/globals.cpp b/src/globals.cpp
index 87c555b..e95a835 100644
--- a/src/globals.cpp
+++ b/src/globals.cpp
@@ -45,7 +45,6 @@
#include "dsp1.h"
#include "missing.h"
#include "cpuexec.h"
-#include "debug.h"
#include "apu.h"
#include "dma.h"
#include "fxemu.h"