mem-cache: Add multiple eviction stats
[gem5.git] / src / arch / x86 / emulenv.cc
index 49df32ecaaf627c9bf33f52330cfd652c09f3011..0e2795da1ad6f877e708bcbfddc50b756f0fd3de 100644 (file)
  * Authors: Gabe Black
  */
 
+#include "arch/x86/emulenv.hh"
+
 #include <cassert>
 
-#include "arch/x86/emulenv.hh"
-#include "base/misc.hh"
+#include "base/logging.hh"
 
 using namespace X86ISA;