summaryrefslogtreecommitdiff
path: root/src/mem/cache/tags/random_repl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/cache/tags/random_repl.cc')
-rw-r--r--src/mem/cache/tags/random_repl.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mem/cache/tags/random_repl.cc b/src/mem/cache/tags/random_repl.cc
index 9f1ef800a..4157a30cd 100644
--- a/src/mem/cache/tags/random_repl.cc
+++ b/src/mem/cache/tags/random_repl.cc
@@ -33,9 +33,10 @@
* Definitions of a random replacement tag store.
*/
+#include "mem/cache/tags/random_repl.hh"
+
#include "base/random.hh"
#include "debug/CacheRepl.hh"
-#include "mem/cache/tags/random_repl.hh"
#include "mem/cache/base.hh"
RandomRepl::RandomRepl(const Params *p)