diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2011-11-18 02:20:22 -0800 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2011-11-18 02:20:22 -0800 |
commit | 85424bef192c02a47c0d46c2d99ac0a5d6e55a99 (patch) | |
tree | ff066b718a374fbee2d21d9834b7d53f85d345d9 /src/arch/sparc/faults.hh | |
parent | de21bb93ea4312a7e958698c634b16b10e02e21a (diff) | |
download | gem5-85424bef192c02a47c0d46c2d99ac0a5d6e55a99.tar.xz |
SE/FS: Get rid of includes of config/full_system.hh.
Diffstat (limited to 'src/arch/sparc/faults.hh')
-rw-r--r-- | src/arch/sparc/faults.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/sparc/faults.hh b/src/arch/sparc/faults.hh index e8fea3b15..148983f4f 100644 --- a/src/arch/sparc/faults.hh +++ b/src/arch/sparc/faults.hh @@ -32,7 +32,6 @@ #ifndef __SPARC_FAULTS_HH__ #define __SPARC_FAULTS_HH__ -#include "config/full_system.hh" #include "cpu/static_inst.hh" #include "sim/faults.hh" |