summaryrefslogtreecommitdiff
path: root/src/dev/mips
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2009-05-17 14:34:52 -0700
committerNathan Binkert <nate@binkert.org>2009-05-17 14:34:52 -0700
commit8d2e51c7f52670055ffe97e221302561b87015a2 (patch)
tree792d211d603bd9155dee00861d1ce92d3ba2f09d /src/dev/mips
parent709d859530325f28b904001f5a55dbdec2bad199 (diff)
downloadgem5-8d2e51c7f52670055ffe97e221302561b87015a2.tar.xz
includes: sort includes again
Diffstat (limited to 'src/dev/mips')
-rwxr-xr-xsrc/dev/mips/backdoor.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/mips/backdoor.hh b/src/dev/mips/backdoor.hh
index f8995b72b..70b02c8ed 100755
--- a/src/dev/mips/backdoor.hh
+++ b/src/dev/mips/backdoor.hh
@@ -36,10 +36,10 @@
#define __DEV_MIPS_BACKDOOR_HH__
#include "base/range.hh"
-#include "dev/mips/access.h"
+#include "base/types.hh"
#include "dev/io_device.hh"
+#include "dev/mips/access.h"
#include "params/MipsBackdoor.hh"
-#include "base/types.hh"
#include "sim/sim_object.hh"
class BaseCPU;