summaryrefslogtreecommitdiff
path: root/src/sim/stat_control.cc
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2013-09-04 13:22:55 -0400
committerAndreas Hansson <andreas.hansson@arm.com>2013-09-04 13:22:55 -0400
commitbb1d2f39575795f0b369bb3cabb52c9d42a8b1c6 (patch)
tree5c153972f9db3abd382046baa33fd3140869f66c /src/sim/stat_control.cc
parentcead68a78189f764a98be88206592884cdde75ec (diff)
downloadgem5-bb1d2f39575795f0b369bb3cabb52c9d42a8b1c6.tar.xz
arch: Header clean up for NOISA resurrection
This patch is a first step to getting NOISA working again. A number of redundant includes make life more difficult than it has to be and this patch simply removes them. There are also some redundant forward declarations removed.
Diffstat (limited to 'src/sim/stat_control.cc')
-rw-r--r--src/sim/stat_control.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/stat_control.cc b/src/sim/stat_control.cc
index 715bb54aa..5429861d6 100644
--- a/src/sim/stat_control.cc
+++ b/src/sim/stat_control.cc
@@ -59,7 +59,7 @@
#include "cpu/base.hh"
#endif
-#include "sim/eventq.hh"
+#include "sim/eventq_impl.hh"
#include "sim/stat_control.hh"
using namespace std;