examples: Cleanup header inclusion in wireless examples
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user