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