More minor gdb-related cleanup.

Found several more stale includes and forward decls.
This commit is contained in:
Steve Reinhardt
2010-06-03 19:41:34 -07:00
parent a529dbfe65
commit d0af5e9df6
7 changed files with 0 additions and 9 deletions

View File

@@ -36,7 +36,6 @@
#include <cstdio>
#include <string>
#include "arch/remote_gdb.hh"
#include "base/intmath.hh"
#include "base/loader/object_file.hh"
#include "base/loader/symtab.hh"

View File

@@ -51,8 +51,6 @@
#include "sim/sim_object.hh"
#include "sim/syscallreturn.hh"
class BaseRemoteGDB;
class GDBListener;
class PageTable;
class ProcessParams;
class LiveProcessParams;