summaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'cpu')
-rw-r--r--cpu/exec_context.hh2
-rw-r--r--cpu/pc_event.hh2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpu/exec_context.hh b/cpu/exec_context.hh
index 817c72b3b..5c6e84cee 100644
--- a/cpu/exec_context.hh
+++ b/cpu/exec_context.hh
@@ -30,7 +30,7 @@
#define __EXEC_CONTEXT_HH__
#include "sim/host.hh"
-#include "targetarch/mem_req.hh"
+#include "mem/mem_req.hh"
// forward declaration: see functional_memory.hh
class FunctionalMemory;
diff --git a/cpu/pc_event.hh b/cpu/pc_event.hh
index 645138fdd..b425cc72c 100644
--- a/cpu/pc_event.hh
+++ b/cpu/pc_event.hh
@@ -31,7 +31,7 @@
#include <vector>
-#include "targetarch/mem_req.hh"
+#include "mem/mem_req.hh"
class ExecContext;
class PCEventQueue;