summaryrefslogtreecommitdiff
path: root/cpu/intr_control.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/intr_control.hh')
-rw-r--r--cpu/intr_control.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpu/intr_control.hh b/cpu/intr_control.hh
index 660d6d704..b8fa68f52 100644
--- a/cpu/intr_control.hh
+++ b/cpu/intr_control.hh
@@ -29,9 +29,9 @@
#ifndef __INTR_CONTROL_HH__
#define __INTR_CONTROL_HH__
-#include "misc.hh"
-#include "base_cpu.hh"
-#include "sim_object.hh"
+#include "base/misc.hh"
+#include "cpu/base_cpu.hh"
+#include "sim/sim_object.hh"
class IntrControl : public SimObject
{