summaryrefslogtreecommitdiff
path: root/src/arch/mips/linux/process.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/mips/linux/process.hh')
-rw-r--r--src/arch/mips/linux/process.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/mips/linux/process.hh b/src/arch/mips/linux/process.hh
index 8c45014e0..fd96be4c1 100644
--- a/src/arch/mips/linux/process.hh
+++ b/src/arch/mips/linux/process.hh
@@ -32,8 +32,8 @@
#ifndef __MIPS_LINUX_PROCESS_HH__
#define __MIPS_LINUX_PROCESS_HH__
-#include "arch/mips/process.hh"
#include "arch/mips/linux/linux.hh"
+#include "arch/mips/process.hh"
#include "sim/eventq.hh"
/// A process with emulated Mips/Linux syscalls.