diff options
author | Nathan Binkert <nate@binkert.org> | 2010-09-10 14:58:04 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2010-09-10 14:58:04 -0700 |
commit | afafaf1dcbab1fac3e3ba2f87dd5138d3ec08588 (patch) | |
tree | e13b5f3eaf5c55447898150532d823662d11b5f6 /src/mem/cache/base.hh | |
parent | 47ef97b9caad0a72751523855d145dcd96fc5738 (diff) | |
download | gem5-afafaf1dcbab1fac3e3ba2f87dd5138d3ec08588.tar.xz |
style: fix sorting of includes and whitespace in some files
Diffstat (limited to 'src/mem/cache/base.hh')
-rw-r--r-- | src/mem/cache/base.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mem/cache/base.hh b/src/mem/cache/base.hh index 94cdc959c..867d77121 100644 --- a/src/mem/cache/base.hh +++ b/src/mem/cache/base.hh @@ -38,10 +38,10 @@ #ifndef __BASE_CACHE_HH__ #define __BASE_CACHE_HH__ -#include <vector> -#include <string> -#include <list> #include <algorithm> +#include <list> +#include <string> +#include <vector> #include "base/misc.hh" #include "base/statistics.hh" |