summaryrefslogtreecommitdiff
path: root/dev/simple_disk.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/simple_disk.hh')
-rw-r--r--dev/simple_disk.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/simple_disk.hh b/dev/simple_disk.hh
index bf684950d..935865ba4 100644
--- a/dev/simple_disk.hh
+++ b/dev/simple_disk.hh
@@ -33,8 +33,8 @@
#ifndef __SIMPLE_DISK_HH__
#define __SIMPLE_DISK_HH__
-#include "physical_memory.hh"
-#include "sim_object.hh"
+#include "mem/functional_mem/physical_memory.hh"
+#include "sim/sim_object.hh"
class DiskImage;