mem-cache: Create an address aware TempCacheBlk
[gem5.git] / src / mem / tport.cc
index b80c2d93a4c17e80cb1da4ccc05ada91ec8942ed..fce4f6ca23ba91fe76d1052de11677c942efefbc 100644 (file)
  *          Andreas Hansson
  */
 
-#include "mem/mem_object.hh"
 #include "mem/tport.hh"
 
+#include "mem/mem_object.hh"
+
 SimpleTimingPort::SimpleTimingPort(const std::string& _name,
                                    MemObject* _owner) :
     QueuedSlavePort(_name, _owner, queueImpl), queueImpl(*_owner, *this)