wifi: Clean includes

This commit is contained in:
Sébastien Deronne
2016-11-27 22:30:39 +01:00
parent f9bbebb36b
commit 0c22e3b184
16 changed files with 19 additions and 19 deletions

View File

@@ -24,8 +24,8 @@
#define WIFI_HELPER_H
#include "ns3/trace-helper.h"
#include "ns3/wifi-mac-helper.h"
#include "ns3/wifi-phy.h"
#include "wifi-mac-helper.h"
namespace ns3 {

View File

@@ -21,9 +21,9 @@
#ifndef DCA_TXOP_H
#define DCA_TXOP_H
#include "ns3/wifi-mac-header.h"
#include "ns3/wifi-remote-station-manager.h"
#include "ns3/dcf.h"
#include "wifi-mac-header.h"
#include "wifi-remote-station-manager.h"
#include "dcf.h"
namespace ns3 {

View File

@@ -21,7 +21,7 @@
#ifndef DSSS_PARAMETER_SET_H
#define DSSS_PARAMETER_SET_H
#include "ns3/wifi-information-element.h"
#include "wifi-information-element.h"
namespace ns3 {

View File

@@ -21,7 +21,7 @@
#ifndef EDCA_PARAMETER_SET_H
#define EDCA_PARAMETER_SET_H
#include "ns3/wifi-information-element.h"
#include "wifi-information-element.h"
namespace ns3 {

View File

@@ -21,7 +21,7 @@
#ifndef ERP_INFORMATION_H
#define ERP_INFORMATION_H
#include "ns3/wifi-information-element.h"
#include "wifi-information-element.h"
namespace ns3 {

View File

@@ -22,7 +22,7 @@
#ifndef HT_CAPABILITIES_H
#define HT_CAPABILITIES_H
#include "ns3/wifi-information-element.h"
#include "wifi-information-element.h"
/**
* This defines the maximum number of supported MCSs that a STA is

View File

@@ -21,7 +21,7 @@
#ifndef HT_OPERATIONS_H
#define HT_OPERATIONS_H
#include "ns3/wifi-information-element.h"
#include "wifi-information-element.h"
/**
* This defines the maximum number of supported MCSs that a STA is

View File

@@ -22,7 +22,7 @@
#define INTERFERENCE_HELPER_H
#include "ns3/nstime.h"
#include "ns3/wifi-tx-vector.h"
#include "wifi-tx-vector.h"
#include "error-rate-model.h"
namespace ns3 {

View File

@@ -21,7 +21,7 @@
#ifndef SSID_H
#define SSID_H
#include "ns3/wifi-information-element.h"
#include "wifi-information-element.h"
namespace ns3 {

View File

@@ -22,7 +22,7 @@
#define SUPPORTED_RATES_H
#include "ns3/buffer.h"
#include "ns3/wifi-information-element.h"
#include "wifi-information-element.h"
namespace ns3 {

View File

@@ -23,7 +23,7 @@
#define VHT_CAPABILITIES_H
#include "ns3/buffer.h"
#include "ns3/wifi-information-element.h"
#include "wifi-information-element.h"
namespace ns3 {

View File

@@ -22,7 +22,7 @@
#ifndef WIFI_INFORMATION_ELEMENT_VECTOR_H
#define WIFI_INFORMATION_ELEMENT_VECTOR_H
#include "ns3/wifi-information-element.h"
#include "wifi-information-element.h"
namespace ns3 {

View File

@@ -18,7 +18,7 @@
* Author: Dean Armstrong <deanarm@gmail.com>
*/
#include "ns3/wifi-information-element.h"
#include "wifi-information-element.h"
namespace ns3 {

View File

@@ -24,7 +24,7 @@
#include "ns3/device-energy-model.h"
#include "ns3/traced-value.h"
#include "ns3/wifi-phy.h"
#include "wifi-phy.h"
namespace ns3 {

View File

@@ -19,7 +19,7 @@
* Ghada Badawy <gbadawy@gmail.com>
*/
#include "ns3/wifi-tx-vector.h"
#include "wifi-tx-vector.h"
namespace ns3 {

View File

@@ -22,8 +22,8 @@
#ifndef WIFI_TX_VECTOR_H
#define WIFI_TX_VECTOR_H
#include <ns3/wifi-mode.h>
#include <ns3/wifi-preamble.h>
#include "wifi-mode.h"
#include "wifi-preamble.h"
namespace ns3 {