summaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
Diffstat (limited to 'sim')
-rw-r--r--sim/sim_object.hh1
-rw-r--r--sim/system.cc1
2 files changed, 1 insertions, 1 deletions
diff --git a/sim/sim_object.hh b/sim/sim_object.hh
index 6c15fc88f..20da07164 100644
--- a/sim/sim_object.hh
+++ b/sim/sim_object.hh
@@ -38,7 +38,6 @@
#include <vector>
#include <iostream>
-#include "sim/param.hh"
#include "sim/serialize.hh"
/*
diff --git a/sim/system.cc b/sim/system.cc
index e1e293c90..0e0b83332 100644
--- a/sim/system.cc
+++ b/sim/system.cc
@@ -28,6 +28,7 @@
#include "cpu/exec_context.hh"
#include "targetarch/vtophys.hh"
+#include "sim/param.hh"
#include "sim/system.hh"
using namespace std;