examples: Cleanup header inclusion in wireless examples

This commit is contained in:
Sébastien Deronne
2018-04-13 23:08:35 +02:00
parent 53eb13fdd4
commit 117d5d8c46
36 changed files with 505 additions and 191 deletions

View File

@@ -58,14 +58,20 @@
// Note that certain mobility patterns may cause packet forwarding
// to fail (if nodes become disconnected)
#include "ns3/core-module.h"
#include "ns3/applications-module.h"
#include "ns3/mobility-module.h"
#include "ns3/wifi-module.h"
#include "ns3/csma-module.h"
#include "ns3/command-line.h"
#include "ns3/string.h"
#include "ns3/yans-wifi-helper.h"
#include "ns3/ssid.h"
#include "ns3/mobility-helper.h"
#include "ns3/internet-stack-helper.h"
#include "ns3/ipv4-address-helper.h"
#include "ns3/on-off-helper.h"
#include "ns3/yans-wifi-channel.h"
#include "ns3/edca-txop-n.h"
#include "ns3/packet-sink-helper.h"
#include "ns3/olsr-helper.h"
#include "ns3/internet-module.h"
#include "ns3/netanim-module.h"
#include "ns3/csma-helper.h"
#include "ns3/animation-interface.h"
using namespace ns3;