tutorial/tutorial-star-routing.cc
changeset 1848 5dfaf1619279
parent 1843 1267bcc23b04
child 2230 9f13ac3291e0
--- a/tutorial/tutorial-star-routing.cc	Thu Nov 08 16:58:24 2007 -0800
+++ b/tutorial/tutorial-star-routing.cc	Thu Nov 15 18:56:34 2007 -0800
@@ -20,7 +20,6 @@
 #include "ns3/point-to-point-channel.h"
 #include "ns3/mac48-address.h"
 #include "ns3/point-to-point-net-device.h"
-#include "ns3/point-to-point-ipv4-topology.h"
 #include "ns3/udp-echo-client.h"
 #include "ns3/udp-echo-server.h"
 #include "ns3/simulator.h"
@@ -29,6 +28,8 @@
 #include "ns3/pcap-trace.h"
 #include "ns3/global-route-manager.h"
 
+#include "point-to-point-ipv4-topology.h"
+
 NS_LOG_COMPONENT_DEFINE ("StarRoutingSimulation");
 
 using namespace ns3;