do not include dead header
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Tue, 09 Oct 2007 11:07:18 +0200
changeset 1921 4aa07179e71b
parent 1920 1d4864775cf8
child 1922 dd18bc29fc3c
do not include dead header
src/devices/wifi/arf-mac-stations.cc
src/devices/wifi/arf-mac-stations.h
--- a/src/devices/wifi/arf-mac-stations.cc	Tue Oct 09 11:07:05 2007 +0200
+++ b/src/devices/wifi/arf-mac-stations.cc	Tue Oct 09 11:07:18 2007 +0200
@@ -19,7 +19,6 @@
  */
 
 #include "mac-stations.h"
-#include "mac-station.h"
 #include "arf-mac-stations.h"
 #include "ns3/assert.h"
 
--- a/src/devices/wifi/arf-mac-stations.h	Tue Oct 09 11:07:05 2007 +0200
+++ b/src/devices/wifi/arf-mac-stations.h	Tue Oct 09 11:07:18 2007 +0200
@@ -21,7 +21,6 @@
 #define ARF_MAC_STATIONS_H
 
 #include "mac-stations.h"
-#include "mac-station.h"
 
 namespace ns3 {