summaryrefslogtreecommitdiff
path: root/sim/eventq.hh
diff options
context:
space:
mode:
Diffstat (limited to 'sim/eventq.hh')
-rw-r--r--sim/eventq.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/sim/eventq.hh b/sim/eventq.hh
index 71b027768..df8e00bd8 100644
--- a/sim/eventq.hh
+++ b/sim/eventq.hh
@@ -40,11 +40,11 @@
#include <string>
#include <vector>
-#include "host.hh" // for Tick
+#include "sim/host.hh" // for Tick
-#include "fast_alloc.hh"
-#include "serialize.hh"
-#include "trace.hh"
+#include "base/fast_alloc.hh"
+#include "sim/serialize.hh"
+#include "base/trace.hh"
class EventQueue; // forward declaration