src/devices/wifi/wifi-channel.h
changeset 1901 7d81247d2713
parent 1891 add6fb8761f3
child 1919 46ed9ed9dac0
equal deleted inserted replaced
1900:efb631738efe 1901:7d81247d2713
    22 
    22 
    23 #include <vector>
    23 #include <vector>
    24 #include <stdint.h>
    24 #include <stdint.h>
    25 #include "ns3/packet.h"
    25 #include "ns3/packet.h"
    26 #include "ns3/channel.h"
    26 #include "ns3/channel.h"
    27 #include "ns3/wifi-mode.h"
    27 #include "wifi-mode.h"
    28 
    28 
    29 namespace ns3 {
    29 namespace ns3 {
    30 
    30 
    31 class NetDevice;
    31 class NetDevice;
    32 class PropagationLossModel;
    32 class PropagationLossModel;