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