From 8d2e51c7f52670055ffe97e221302561b87015a2 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Sun, 17 May 2009 14:34:52 -0700 Subject: includes: sort includes again --- src/mem/cache/tags/fa_lru.hh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/mem/cache/tags/fa_lru.hh') diff --git a/src/mem/cache/tags/fa_lru.hh b/src/mem/cache/tags/fa_lru.hh index 4eab10c49..23d09d709 100644 --- a/src/mem/cache/tags/fa_lru.hh +++ b/src/mem/cache/tags/fa_lru.hh @@ -33,15 +33,15 @@ * Declaration of a fully associative LRU tag store. */ -#ifndef __FA_LRU_HH__ -#define __FA_LRU_HH__ +#ifndef __MEM_CACHE_TAGS_FA_LRU_HH__ +#define __MEM_CACHE_TAGS_FA_LRU_HH__ #include -#include "mem/cache/blk.hh" -#include "mem/packet.hh" #include "base/hashmap.hh" +#include "mem/cache/blk.hh" #include "mem/cache/tags/base.hh" +#include "mem/packet.hh" /** * A fully associative cache block. @@ -281,4 +281,4 @@ public: } }; -#endif +#endif // __MEM_CACHE_TAGS_FA_LRU_HH__ -- cgit v1.2.3