summaryrefslogtreecommitdiff
path: root/src/cpu/ozone/null_predictor.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/ozone/null_predictor.hh')
-rw-r--r--src/cpu/ozone/null_predictor.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/ozone/null_predictor.hh b/src/cpu/ozone/null_predictor.hh
index a98c89d69..0751338b7 100644
--- a/src/cpu/ozone/null_predictor.hh
+++ b/src/cpu/ozone/null_predictor.hh
@@ -31,8 +31,8 @@
#ifndef __CPU_OZONE_NULL_PREDICTOR_HH__
#define __CPU_OZONE_NULL_PREDICTOR_HH__
-#include "arch/isa_traits.hh"
#include "cpu/inst_seq.hh"
+#include "sim/host.hh"
template <class Impl>
class NullPredictor