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/dev | |
parent | de21bb93ea4312a7e958698c634b16b10e02e21a (diff) | |
download | gem5-85424bef192c02a47c0d46c2d99ac0a5d6e55a99.tar.xz |
SE/FS: Get rid of includes of config/full_system.hh.
Diffstat (limited to 'src/dev')
-rw-r--r-- | src/dev/x86/i82094aa.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dev/x86/i82094aa.cc b/src/dev/x86/i82094aa.cc index b864bc5c7..d9c07f5ae 100644 --- a/src/dev/x86/i82094aa.cc +++ b/src/dev/x86/i82094aa.cc @@ -28,8 +28,6 @@ * Authors: Gabe Black */ -#include "config/full_system.hh" - #include "arch/x86/interrupts.hh" #include "arch/x86/intmessage.hh" #include "cpu/base.hh" |