61d60
< #include "mem/mem_object.hh"
68a68
> #include "sim/sim_object.hh"
84c84
< class System : public MemObject
---
> class System : public SimObject
100c100
< SystemPort(const std::string &_name, MemObject *_owner)
---
> SystemPort(const std::string &_name, SimObject *_owner)