Renamed OpClass enum members: they all end in 'Op' now.
[gem5.git] / dev / etherint.cc
index 51b18c6aa581a78427ed5d50ed24dd25f2e5d1fd..cfffb3a875cd001d4c28a6db90b99549c71b49c2 100644 (file)
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include "etherint.hh"
-#include "misc.hh"
-#include "sim_object.hh"
+#include "dev/etherint.hh"
+#include "base/misc.hh"
+#include "sim/param.hh"
+#include "sim/sim_object.hh"
 
 void
 EtherInt::setPeer(EtherInt *p)