summaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/checker/cpu.hh3
-rw-r--r--src/cpu/ozone/cpu.hh3
-rw-r--r--src/cpu/simple/base.cc1
-rw-r--r--src/cpu/simple/base.hh3
4 files changed, 0 insertions, 10 deletions
diff --git a/src/cpu/checker/cpu.hh b/src/cpu/checker/cpu.hh
index 450ce6228..73b27161a 100644
--- a/src/cpu/checker/cpu.hh
+++ b/src/cpu/checker/cpu.hh
@@ -54,9 +54,6 @@ namespace TheISA
class Processor;
class PhysicalMemory;
-class RemoteGDB;
-class GDBListener;
-
#else
class Process;
diff --git a/src/cpu/ozone/cpu.hh b/src/cpu/ozone/cpu.hh
index a16986c99..fba5886f8 100644
--- a/src/cpu/ozone/cpu.hh
+++ b/src/cpu/ozone/cpu.hh
@@ -58,9 +58,6 @@ namespace TheISA
class PhysicalMemory;
class MemoryController;
-class RemoteGDB;
-class GDBListener;
-
namespace TheISA {
namespace Kernel {
class Statistics;
diff --git a/src/cpu/simple/base.cc b/src/cpu/simple/base.cc
index 713ffd081..7f40138d2 100644
--- a/src/cpu/simple/base.cc
+++ b/src/cpu/simple/base.cc
@@ -76,7 +76,6 @@
#include "arch/stacktrace.hh"
#include "arch/tlb.hh"
#include "arch/vtophys.hh"
-#include "base/remote_gdb.hh"
#else // !FULL_SYSTEM
#include "mem/mem_object.hh"
#endif // FULL_SYSTEM
diff --git a/src/cpu/simple/base.hh b/src/cpu/simple/base.hh
index 87e211521..1265a1f2f 100644
--- a/src/cpu/simple/base.hh
+++ b/src/cpu/simple/base.hh
@@ -63,9 +63,6 @@ class Process;
#endif // FULL_SYSTEM
-class RemoteGDB;
-class GDBListener;
-
namespace TheISA
{
class Predecoder;