diff options
Diffstat (limited to 'dev/disk_image.hh')
-rw-r--r-- | dev/disk_image.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/disk_image.hh b/dev/disk_image.hh index 2cfa1490a..12048a042 100644 --- a/dev/disk_image.hh +++ b/dev/disk_image.hh @@ -35,8 +35,8 @@ #include <fstream> -#include "hashmap.hh" -#include "sim_object.hh" +#include "base/hashmap.hh" +#include "sim/sim_object.hh" #define SectorSize (512) |