mesh: Remove forward declaration (for bindings)

This commit is contained in:
Tom Henderson
2022-04-18 13:39:38 -07:00
parent 8e4376a202
commit c78ae3cc48
2 changed files with 1 additions and 3 deletions

View File

@@ -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"

View File

@@ -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
*