mesh: Remove forward declaration (for bindings)
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
#include "ns3/packet.h"
|
||||
#include "ns3/log.h"
|
||||
#include "ns3/simulator.h"
|
||||
#include "ns3/random-variable-stream.h"
|
||||
#include "ns3/string.h"
|
||||
#include "ns3/pointer.h"
|
||||
#include "ns3/mesh-point-device.h"
|
||||
|
||||
@@ -27,11 +27,10 @@
|
||||
#include "ns3/mac48-address.h"
|
||||
#include "ns3/bridge-channel.h"
|
||||
#include "ns3/mesh-l2-routing-protocol.h"
|
||||
#include "ns3/random-variable-stream.h"
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
class RandomVariableStream;
|
||||
|
||||
/**
|
||||
* \ingroup mesh
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user