53c53
< #include "mem/mem_object.hh"
---
> #include "mem/port.hh"
54a55
> #include "sim/clocked_object.hh"
101,102c102,103
< * timing information. It is a MemObject since any subclass must have
< * at least one slave port.
---
> * timing information. It is a ClockedObject since subclasses may need timing
> * information.
104c105
< class AbstractMemory : public MemObject
---
> class AbstractMemory : public ClockedObject