mem-cache: Add match functions to QueueEntry
[gem5.git] / src / mem / drampower.cc
index d6293b0b60f5c385dcf1be1ee815d188ca6b47f8..c4cdfb9cce133f0da0c9c88996503b808b3d728c 100644 (file)
  * Authors: Omar Naji
  */
 
-#include "base/intmath.hh"
 #include "mem/drampower.hh"
-#include "sim/core.hh"
 
-using namespace Data;
+#include "base/intmath.hh"
+#include "sim/core.hh"
 
 DRAMPower::DRAMPower(const DRAMCtrlParams* p, bool include_io) :
     powerlib(libDRAMPower(getMemSpec(p), include_io))