summaryrefslogtreecommitdiff
path: root/src/cpu/o3/rob.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/o3/rob.cc')
-rw-r--r--src/cpu/o3/rob.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cpu/o3/rob.cc b/src/cpu/o3/rob.cc
index f99e5ccfd..ccef6b155 100644
--- a/src/cpu/o3/rob.cc
+++ b/src/cpu/o3/rob.cc
@@ -29,8 +29,7 @@
* Nathan Binkert
*/
-#include "cpu/o3/alpha_dyn_inst.hh"
-#include "cpu/o3/alpha_impl.hh"
+#include "cpu/o3/isa_specific.hh"
#include "cpu/o3/rob_impl.hh"
// Force instantiation of InstructionQueue.