summaryrefslogtreecommitdiff
path: root/src/arch/power/process.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power/process.cc')
-rw-r--r--src/arch/power/process.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/power/process.cc b/src/arch/power/process.cc
index 10e4a85a0..880d7dd6f 100644
--- a/src/arch/power/process.cc
+++ b/src/arch/power/process.cc
@@ -30,8 +30,9 @@
* Timothy M. Jones
*/
-#include "arch/power/isa_traits.hh"
#include "arch/power/process.hh"
+
+#include "arch/power/isa_traits.hh"
#include "arch/power/types.hh"
#include "base/loader/elf_object.hh"
#include "base/loader/object_file.hh"