summaryrefslogtreecommitdiff
path: root/base/remote_gdb.hh
diff options
context:
space:
mode:
Diffstat (limited to 'base/remote_gdb.hh')
-rw-r--r--base/remote_gdb.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/base/remote_gdb.hh b/base/remote_gdb.hh
index 315860ead..ba827c382 100644
--- a/base/remote_gdb.hh
+++ b/base/remote_gdb.hh
@@ -29,10 +29,10 @@
#ifndef __REMOTE_GDB_HH__
#define __REMOTE_GDB_HH__
-#include "kgdb.h"
-#include "pc_event.hh"
-#include "pollevent.hh"
-#include "socket.hh"
+#include "base/kgdb.h"
+#include "cpu/pc_event.hh"
+#include "base/pollevent.hh"
+#include "base/socket.hh"
class System;
class ExecContext;