fallout from gustavo's header inclusion policy change.
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed, 26 Mar 2008 14:17:58 -0700
changeset 2753 1f03a5531746
parent 2752 943ccc08f75f
child 2754 de159080cf8d
fallout from gustavo's header inclusion policy change.
examples/csma-broadcast.cc
examples/tcp-large-transfer.cc
samples/main-random-topology.cc
samples/main-random-walk.cc
--- a/examples/csma-broadcast.cc	Wed Mar 26 13:51:46 2008 -0700
+++ b/examples/csma-broadcast.cc	Wed Mar 26 14:17:58 2008 -0700
@@ -35,6 +35,7 @@
 #include "ns3/core-module.h"
 #include "ns3/helper-module.h"
 #include "ns3/internet-node-module.h"
+#include "ns3/simulator-module.h"
 
 using namespace ns3;
 
--- a/examples/tcp-large-transfer.cc	Wed Mar 26 13:51:46 2008 -0700
+++ b/examples/tcp-large-transfer.cc	Wed Mar 26 14:17:58 2008 -0700
@@ -36,12 +36,13 @@
 
 #include "ns3/core-module.h"
 #include "ns3/helper-module.h"
+#include "ns3/node-module.h"
+#include "ns3/global-route-manager.h"
+#include "ns3/simulator-module.h"
 
 #include "ns3/ascii-trace.h"
 #include "ns3/pcap-trace.h"
 
-#include "ns3/internet-node-module.h"
-
 using namespace ns3;
 
 NS_LOG_COMPONENT_DEFINE ("TcpLargeTransfer");
--- a/samples/main-random-topology.cc	Wed Mar 26 13:51:46 2008 -0700
+++ b/samples/main-random-topology.cc	Wed Mar 26 14:17:58 2008 -0700
@@ -3,6 +3,7 @@
 #include "ns3/core-module.h"
 #include "ns3/mobility-module.h"
 #include "ns3/helper-module.h"
+#include "ns3/simulator-module.h"
 
 using namespace ns3;
 
--- a/samples/main-random-walk.cc	Wed Mar 26 13:51:46 2008 -0700
+++ b/samples/main-random-walk.cc	Wed Mar 26 14:17:58 2008 -0700
@@ -3,6 +3,7 @@
 #include "ns3/core-module.h"
 #include "ns3/helper-module.h"
 #include "ns3/mobility-module.h"
+#include "ns3/simulator-module.h"
 
 using namespace ns3;