From c78ae3cc48a1a1be2a5a1efbce9352f6641f89a8 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Mon, 18 Apr 2022 13:39:38 -0700 Subject: [PATCH] mesh: Remove forward declaration (for bindings) --- src/mesh/model/mesh-point-device.cc | 1 - src/mesh/model/mesh-point-device.h | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) 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 *