summaryrefslogtreecommitdiff
path: root/src/kern/tru64/dump_mbuf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/kern/tru64/dump_mbuf.cc')
-rw-r--r--src/kern/tru64/dump_mbuf.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kern/tru64/dump_mbuf.cc b/src/kern/tru64/dump_mbuf.cc
index 2cc0d15fd..517aad6fa 100644
--- a/src/kern/tru64/dump_mbuf.cc
+++ b/src/kern/tru64/dump_mbuf.cc
@@ -31,16 +31,16 @@
#include <sys/types.h>
#include <algorithm>
+#include "arch/isa_traits.hh"
+#include "arch/vtophys.hh"
#include "base/cprintf.hh"
-#include "base/trace.hh"
#include "base/loader/symtab.hh"
+#include "base/trace.hh"
+#include "base/types.hh"
#include "cpu/thread_context.hh"
#include "kern/tru64/mbuf.hh"
-#include "base/types.hh"
-#include "sim/system.hh"
#include "sim/arguments.hh"
-#include "arch/isa_traits.hh"
-#include "arch/vtophys.hh"
+#include "sim/system.hh"
using namespace TheISA;