clang: Enable compiling gem5 using clang 2.9 and 3.0
[gem5.git] / src / mem / cache / tags / fa_lru.hh
index 94ffeaa5810d3e7b06abd8ec07c4a5c84c00b5a6..78f9ce1b47006ef475cbff5940fff1c9919be589 100644 (file)
@@ -39,8 +39,8 @@
 #include <list>
 
 #include "base/hashmap.hh"
-#include "mem/cache/blk.hh"
 #include "mem/cache/tags/base.hh"
+#include "mem/cache/blk.hh"
 #include "mem/packet.hh"
 
 /**