summaryrefslogtreecommitdiff
path: root/src/cpu/o3/rob_impl.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2011-11-18 02:20:22 -0800
committerGabe Black <gblack@eecs.umich.edu>2011-11-18 02:20:22 -0800
commit85424bef192c02a47c0d46c2d99ac0a5d6e55a99 (patch)
treeff066b718a374fbee2d21d9834b7d53f85d345d9 /src/cpu/o3/rob_impl.hh
parentde21bb93ea4312a7e958698c634b16b10e02e21a (diff)
downloadgem5-85424bef192c02a47c0d46c2d99ac0a5d6e55a99.tar.xz
SE/FS: Get rid of includes of config/full_system.hh.
Diffstat (limited to 'src/cpu/o3/rob_impl.hh')
-rw-r--r--src/cpu/o3/rob_impl.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/o3/rob_impl.hh b/src/cpu/o3/rob_impl.hh
index dcde54a54..0484f519c 100644
--- a/src/cpu/o3/rob_impl.hh
+++ b/src/cpu/o3/rob_impl.hh
@@ -31,7 +31,6 @@
#include <list>
-#include "config/full_system.hh"
#include "cpu/o3/rob.hh"
#include "debug/Fetch.hh"
#include "debug/ROB.hh"