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/ozone | |
parent | 709d859530325f28b904001f5a55dbdec2bad199 (diff) | |
download | gem5-8d2e51c7f52670055ffe97e221302561b87015a2.tar.xz |
includes: sort includes again
Diffstat (limited to 'src/cpu/ozone')
-rw-r--r-- | src/cpu/ozone/ea_list.hh | 2 | ||||
-rw-r--r-- | src/cpu/ozone/inst_queue.hh | 2 | ||||
-rw-r--r-- | src/cpu/ozone/null_predictor.hh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/cpu/ozone/ea_list.hh b/src/cpu/ozone/ea_list.hh index eadd577a4..bf05884b5 100644 --- a/src/cpu/ozone/ea_list.hh +++ b/src/cpu/ozone/ea_list.hh @@ -35,8 +35,8 @@ #include <list> #include <utility> -#include "cpu/inst_seq.hh" #include "base/types.hh" +#include "cpu/inst_seq.hh" /** * Simple class to hold onto a list of pairs, each pair having a memory diff --git a/src/cpu/ozone/inst_queue.hh b/src/cpu/ozone/inst_queue.hh index 8235760b4..5af916fb5 100644 --- a/src/cpu/ozone/inst_queue.hh +++ b/src/cpu/ozone/inst_queue.hh @@ -38,8 +38,8 @@ #include "base/statistics.hh" #include "base/timebuf.hh" -#include "cpu/inst_seq.hh" #include "base/types.hh" +#include "cpu/inst_seq.hh" class FUPool; class MemInterface; diff --git a/src/cpu/ozone/null_predictor.hh b/src/cpu/ozone/null_predictor.hh index e930ca7d4..68bb7cd52 100644 --- a/src/cpu/ozone/null_predictor.hh +++ b/src/cpu/ozone/null_predictor.hh @@ -31,8 +31,8 @@ #ifndef __CPU_OZONE_NULL_PREDICTOR_HH__ #define __CPU_OZONE_NULL_PREDICTOR_HH__ -#include "cpu/inst_seq.hh" #include "base/types.hh" +#include "cpu/inst_seq.hh" template <class Impl> class NullPredictor |