nate's reset stuff merged with my work on bin printing.
[gem5.git] / dev / etherbus.cc
index fa5a622084b51006f494365eea5056cd22ce1c6c..3f6036f72ae10d6f4f9b72f2b2c0fe64c456f7cf 100644 (file)
  * Device module for modelling an ethernet hub
  */
 
+#include <cmath>
 #include <deque>
 #include <string>
 #include <vector>
 
-#include <math.h>
-
-#include "etherbus.hh"
-#include "etherdump.hh"
-#include "etherint.hh"
-#include "etherpkt.hh"
-#include "trace.hh"
-#include "universe.hh"
+#include "base/trace.hh"
+#include "dev/etherbus.hh"
+#include "dev/etherdump.hh"
+#include "dev/etherint.hh"
+#include "dev/etherpkt.hh"
+#include "sim/builder.hh"
+#include "sim/universe.hh"
 
 using namespace std;