diff options
author | Ron Dreslinski <rdreslin@umich.edu> | 2004-11-17 09:54:38 -0500 |
---|---|---|
committer | Ron Dreslinski <rdreslin@umich.edu> | 2004-11-17 09:54:38 -0500 |
commit | f9ff53241f607e87d903f0d6b956db8d4cfab14b (patch) | |
tree | a2122d7583153e3bbcc47435cbd5319ef9189d0f /sim/system.hh | |
parent | ec636ed43f3bb96b5413214948372661519e296c (diff) | |
parent | 7da367d5ddba0cd72fbd351de3479c90b9e91b8c (diff) | |
download | gem5-f9ff53241f607e87d903f0d6b956db8d4cfab14b.tar.xz |
Merge zizzer:/z/m5/Bitkeeper/m5
into zazzer.eecs.umich.edu:/z/rdreslin/m5bk/clean
--HG--
extra : convert_revision : a64b84993c8852b19b1572c6913bf3dc6f6fc249
Diffstat (limited to 'sim/system.hh')
-rw-r--r-- | sim/system.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/system.hh b/sim/system.hh index 61784b044..07881ff01 100644 --- a/sim/system.hh +++ b/sim/system.hh @@ -32,7 +32,6 @@ #include <string> #include <vector> -#include "base/loader/symtab.hh" #include "base/statistics.hh" #include "cpu/pc_event.hh" #include "kern/system_events.hh" @@ -43,6 +42,7 @@ class PhysicalMemory; class Platform; class RemoteGDB; class GDBListener; +class SymbolTable; class ObjectFile; class ExecContext; namespace Kernel { class Binning; } |