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/ras.hh | |
parent | 709d859530325f28b904001f5a55dbdec2bad199 (diff) | |
download | gem5-8d2e51c7f52670055ffe97e221302561b87015a2.tar.xz |
includes: sort includes again
Diffstat (limited to 'src/cpu/o3/ras.hh')
-rw-r--r-- | src/cpu/o3/ras.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cpu/o3/ras.hh b/src/cpu/o3/ras.hh index e9a52fd37..a36faf79a 100644 --- a/src/cpu/o3/ras.hh +++ b/src/cpu/o3/ras.hh @@ -31,9 +31,10 @@ #ifndef __CPU_O3_RAS_HH__ #define __CPU_O3_RAS_HH__ -#include "base/types.hh" #include <vector> +#include "base/types.hh" + /** Return address stack class, implements a simple RAS. */ class ReturnAddrStack { |