diff options
Diffstat (limited to 'base/remote_gdb.cc')
-rw-r--r-- | base/remote_gdb.cc | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/base/remote_gdb.cc b/base/remote_gdb.cc index 280b1cc23..0289f29db 100644 --- a/base/remote_gdb.cc +++ b/base/remote_gdb.cc @@ -93,17 +93,17 @@ #include <string> -#include "exec_context.hh" -#include "intmath.hh" -#include "kgdb.h" - -#include "physical_memory.hh" -#include "remote_gdb.hh" -#include "socket.hh" -#include "trace.hh" -#include "vtophys.hh" -#include "system.hh" -#include "static_inst.hh" +#include "cpu/exec_context.hh" +#include "base/intmath.hh" +#include "base/kgdb.h" + +#include "mem/functional_mem/physical_memory.hh" +#include "base/remote_gdb.hh" +#include "base/socket.hh" +#include "base/trace.hh" +#include "targetarch/vtophys.hh" +#include "sim/system.hh" +#include "cpu/static_inst.hh" using namespace std; |