summaryrefslogtreecommitdiff
path: root/sim/system.hh
diff options
context:
space:
mode:
Diffstat (limited to 'sim/system.hh')
-rw-r--r--sim/system.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/system.hh b/sim/system.hh
index bd2fd89b1..830e78f4a 100644
--- a/sim/system.hh
+++ b/sim/system.hh
@@ -31,9 +31,9 @@
#include <string>
-#include "sim_object.hh"
-#include "pc_event.hh"
-#include "symtab.hh"
+#include "sim/sim_object.hh"
+#include "cpu/pc_event.hh"
+#include "base/loader/symtab.hh"
class MemoryController;
class PhysicalMemory;