diff options
Diffstat (limited to 'src/dev/platform.hh')
-rw-r--r-- | src/dev/platform.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/platform.hh b/src/dev/platform.hh index 00d90a286..a3f239865 100644 --- a/src/dev/platform.hh +++ b/src/dev/platform.hh @@ -40,8 +40,8 @@ #include <bitset> #include <set> -#include "sim/sim_object.hh" #include "params/Platform.hh" +#include "sim/sim_object.hh" class PciConfigAll; class IntrControl; |