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/cpu/o3/fetch_impl.hh | |
parent | 709d859530325f28b904001f5a55dbdec2bad199 (diff) | |
download | gem5-8d2e51c7f52670055ffe97e221302561b87015a2.tar.xz |
includes: sort includes again
Diffstat (limited to 'src/cpu/o3/fetch_impl.hh')
-rw-r--r-- | src/cpu/o3/fetch_impl.hh | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/cpu/o3/fetch_impl.hh b/src/cpu/o3/fetch_impl.hh index 96a4aebef..4d8033a8c 100644 --- a/src/cpu/o3/fetch_impl.hh +++ b/src/cpu/o3/fetch_impl.hh @@ -32,17 +32,17 @@ #include <algorithm> #include <cstring> -#include "config/use_checker.hh" - #include "arch/isa_traits.hh" #include "arch/utility.hh" +#include "base/types.hh" +#include "config/use_checker.hh" #include "cpu/checker/cpu.hh" #include "cpu/exetrace.hh" #include "cpu/o3/fetch.hh" #include "mem/packet.hh" #include "mem/request.hh" +#include "params/DerivO3CPU.hh" #include "sim/byteswap.hh" -#include "base/types.hh" #include "sim/core.hh" #if FULL_SYSTEM @@ -51,8 +51,6 @@ #include "sim/system.hh" #endif // FULL_SYSTEM -#include "params/DerivO3CPU.hh" - template<class Impl> void DefaultFetch<Impl>::IcachePort::setPeer(Port *port) |