diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2011-10-30 00:33:02 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2011-10-30 00:33:02 -0700 |
commit | 1d8822a3647244d2386568f688203a48bda7b49e (patch) | |
tree | 3fa6ffc863fbda9826b98dfe24baf2dbec197eae /src/arch/x86/remote_gdb.cc | |
parent | facb40f3ffce30cd9bc3b904eed5761d2d8b91c9 (diff) | |
download | gem5-1d8822a3647244d2386568f688203a48bda7b49e.tar.xz |
X86: Get rid of more uses of FULL_SYSTEM.
Diffstat (limited to 'src/arch/x86/remote_gdb.cc')
-rw-r--r-- | src/arch/x86/remote_gdb.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/x86/remote_gdb.cc b/src/arch/x86/remote_gdb.cc index 8db7a6088..c7bce59bf 100644 --- a/src/arch/x86/remote_gdb.cc +++ b/src/arch/x86/remote_gdb.cc @@ -47,7 +47,6 @@ #include "base/remote_gdb.hh" #include "base/socket.hh" #include "base/trace.hh" -#include "config/full_system.hh" #include "cpu/thread_context.hh" using namespace std; |