# HG changeset patch # User Mathieu Lacage # Date 1213227082 25200 # Node ID b584563a778199de3da80ca4e1a10c6d429f5934 # Parent 6b3415c550e19eac2c5c51bf4a69b11a1d619044 remove unneeded headers diff -r 6b3415c550e1 -r b584563a7781 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 -#include #include #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. */