diff --git a/src/mesh/model/mesh-point-device.cc b/src/mesh/model/mesh-point-device.cc index 098661be9..a00113bc5 100644 --- a/src/mesh/model/mesh-point-device.cc +++ b/src/mesh/model/mesh-point-device.cc @@ -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" diff --git a/src/mesh/model/mesh-point-device.h b/src/mesh/model/mesh-point-device.h index c05445c00..6b37a517a 100644 --- a/src/mesh/model/mesh-point-device.h +++ b/src/mesh/model/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 *