DPRINTF: Improve some dprintf messages.
[gem5.git] / src / dev / etherint.cc
index 3f81591e965a64773a83d13daea6f8f0a1a0c235..fce7b28c658165dcdd6473d695bd7fa010134a7e 100644 (file)
@@ -28,9 +28,8 @@
  * Authors: Nathan Binkert
  */
 
-#include "dev/etherint.hh"
 #include "base/misc.hh"
-#include "sim/param.hh"
+#include "dev/etherint.hh"
 #include "sim/sim_object.hh"
 
 void
@@ -42,6 +41,3 @@ EtherInt::setPeer(EtherInt *p)
 
     peer = p;
 }
-
-DEFINE_SIM_OBJECT_CLASS_NAME("EtherInt", EtherInt)
-