summaryrefslogtreecommitdiff
path: root/src/dev/simple_disk.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/simple_disk.hh')
-rw-r--r--src/dev/simple_disk.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/simple_disk.hh b/src/dev/simple_disk.hh
index 83ba622e6..1a95bd59f 100644
--- a/src/dev/simple_disk.hh
+++ b/src/dev/simple_disk.hh
@@ -35,8 +35,8 @@
#ifndef __DEV_SIMPLE_DISK_HH__
#define __DEV_SIMPLE_DISK_HH__
-#include "sim/sim_object.hh"
#include "params/SimpleDisk.hh"
+#include "sim/sim_object.hh"
class DiskImage;
class System;