remove unneeded headers
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed, 11 Jun 2008 16:31:22 -0700
changeset 3895 b584563a7781
parent 3894 6b3415c550e1
child 3896 61c8b717d361
remove unneeded headers
src/devices/wifi/wifi-phy.h
--- a/src/devices/wifi/wifi-phy.h	Wed Jun 11 16:20:04 2008 -0700
+++ b/src/devices/wifi/wifi-phy.h	Wed Jun 11 16:31:22 2008 -0700
@@ -21,17 +21,12 @@
 #ifndef WIFI_PHY_H
 #define WIFI_PHY_H
 
-#include <vector>
-#include <list>
 #include <stdint.h>
 #include "ns3/callback.h"
-#include "ns3/event-id.h"
 #include "ns3/packet.h"
 #include "ns3/object.h"
-#include "ns3/traced-callback.h"
 #include "ns3/nstime.h"
 #include "ns3/ptr.h"
-#include "ns3/random-variable.h"
 #include "wifi-mode.h"
 #include "wifi-preamble.h"
 #include "wifi-phy-standard.h"
@@ -210,7 +205,7 @@
    *          the transmission of these bytes.
    */
   virtual Time CalculateTxDuration (uint32_t size, WifiMode payloadMode, enum WifiPreamble preamble) const = 0;
-
+  
   /**
    * \returns the number of transmission modes supported by this PHY.
    */