remove uneeded includes.
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed, 15 Oct 2008 14:42:27 +0200
changeset 3810 ca47c7015ea4
parent 3809 5e007004402e
child 3811 4eb8e926c6d7
remove uneeded includes.
examples/wifi-wired-bridging.cc
src/simulator/default-simulator-impl.h
src/simulator/realtime-simulator-impl.h
--- a/examples/wifi-wired-bridging.cc	Wed Oct 15 14:35:28 2008 +0200
+++ b/examples/wifi-wired-bridging.cc	Wed Oct 15 14:42:27 2008 +0200
@@ -10,6 +10,7 @@
 #include <vector>
 #include <stdint.h>
 #include <sstream>
+#include <fstream>
 
 using namespace ns3;
 
--- a/src/simulator/default-simulator-impl.h	Wed Oct 15 14:35:28 2008 +0200
+++ b/src/simulator/default-simulator-impl.h	Wed Oct 15 14:42:27 2008 +0200
@@ -22,7 +22,6 @@
 #define DEFAULT_SIMULATOR_IMPL_H
 
 #include "simulator-impl.h"
-
 #include "scheduler.h"
 #include "event-impl.h"
 
@@ -31,7 +30,6 @@
 #include "ns3/log.h"
 
 #include <list>
-#include <fstream>
 
 namespace ns3 {
 
--- a/src/simulator/realtime-simulator-impl.h	Wed Oct 15 14:35:28 2008 +0200
+++ b/src/simulator/realtime-simulator-impl.h	Wed Oct 15 14:42:27 2008 +0200
@@ -31,7 +31,6 @@
 #include "ns3/system-mutex.h"
 
 #include <list>
-#include <fstream>
 
 namespace ns3 {