summaryrefslogtreecommitdiff
path: root/src/cpu/o3/decode_impl.hh
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2011-04-15 10:44:14 -0700
committerNathan Binkert <nate@binkert.org>2011-04-15 10:44:14 -0700
commitbbb1392c088f8c41e7e438380f5b5358c41c178a (patch)
tree616bde92e651a4e4e556ff2a002083e4037b5780 /src/cpu/o3/decode_impl.hh
parent39a055645f77e0fa7bf49406635dba6bd65e361f (diff)
downloadgem5-bbb1392c088f8c41e7e438380f5b5358c41c178a.tar.xz
includes: fix up code after sorting
Diffstat (limited to 'src/cpu/o3/decode_impl.hh')
-rw-r--r--src/cpu/o3/decode_impl.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cpu/o3/decode_impl.hh b/src/cpu/o3/decode_impl.hh
index 5063e0f07..cee597716 100644
--- a/src/cpu/o3/decode_impl.hh
+++ b/src/cpu/o3/decode_impl.hh
@@ -28,8 +28,12 @@
* Authors: Kevin Lim
*/
+#include "arch/types.hh"
+#include "base/trace.hh"
+#include "config/full_system.hh"
#include "config/the_isa.hh"
#include "cpu/o3/decode.hh"
+#include "cpu/inst_seq.hh"
#include "params/DerivO3CPU.hh"
using namespace std;