summaryrefslogtreecommitdiff
path: root/src/cpu/o3/free_list.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/o3/free_list.cc')
-rw-r--r--src/cpu/o3/free_list.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cpu/o3/free_list.cc b/src/cpu/o3/free_list.cc
index a9544587e..d4b3a2fd3 100644
--- a/src/cpu/o3/free_list.cc
+++ b/src/cpu/o3/free_list.cc
@@ -29,10 +29,11 @@
* Authors: Kevin Lim
*/
+#include "cpu/o3/free_list.hh"
+
#include "arch/registers.hh"
#include "base/trace.hh"
#include "config/the_isa.hh"
-#include "cpu/o3/free_list.hh"
#include "debug/FreeList.hh"
UnifiedFreeList::UnifiedFreeList(const std::string &_my_name,