diff options
author | Nathan Binkert <nate@binkert.org> | 2009-05-17 14:34:52 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2009-05-17 14:34:52 -0700 |
commit | 8d2e51c7f52670055ffe97e221302561b87015a2 (patch) | |
tree | 792d211d603bd9155dee00861d1ce92d3ba2f09d /src/kern/tru64 | |
parent | 709d859530325f28b904001f5a55dbdec2bad199 (diff) | |
download | gem5-8d2e51c7f52670055ffe97e221302561b87015a2.tar.xz |
includes: sort includes again
Diffstat (limited to 'src/kern/tru64')
-rw-r--r-- | src/kern/tru64/dump_mbuf.cc | 10 | ||||
-rw-r--r-- | src/kern/tru64/mbuf.hh | 2 |
2 files changed, 6 insertions, 6 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; diff --git a/src/kern/tru64/mbuf.hh b/src/kern/tru64/mbuf.hh index b1b86ef47..d02cba051 100644 --- a/src/kern/tru64/mbuf.hh +++ b/src/kern/tru64/mbuf.hh @@ -31,8 +31,8 @@ #ifndef __MBUF_HH__ #define __MBUF_HH__ -#include "base/types.hh" #include "arch/isa_traits.hh" +#include "base/types.hh" namespace tru64 { |