Skip to content

Commit

Permalink
Avoid using private header on public ones (#1566)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <[email protected]>
  • Loading branch information
MiguelCompany authored Nov 17, 2020
1 parent 8665156 commit 30c143f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions include/fastdds/rtps/builtin/discovery/endpoint/EDPSimple.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
#include <fastdds/rtps/builtin/data/WriterProxyData.h>
#include <fastdds/rtps/builtin/data/ReaderProxyData.h>

#include <rtps/history/ITopicPayloadPool.h>

namespace eprosima {
namespace fastrtps {
namespace rtps {
Expand All @@ -41,6 +39,7 @@ class HistoryAttributes;
class ReaderAttributes;
class WriterAttributes;
class EDPListener;
class ITopicPayloadPool;

/**
* Class EDPSimple, implements the Simple Endpoint Discovery Protocol defined in the RTPS specification.
Expand Down
3 changes: 1 addition & 2 deletions include/fastdds/rtps/builtin/discovery/participant/PDP.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
#include <fastrtps/utils/collections/ResourceLimitedVector.hpp>
#include <fastdds/rtps/participant/ParticipantDiscoveryInfo.h>

#include <rtps/history/ITopicPayloadPool.h>

namespace eprosima {

namespace fastdds {
Expand Down Expand Up @@ -74,6 +72,7 @@ class ParticipantProxyData;
class ReaderListener;
class PDPListener;
class PDPServerListener;
class ITopicPayloadPool;

/**
* Abstract class PDP that implements the basic interfaces for all Participant Discovery implementations
Expand Down
3 changes: 1 addition & 2 deletions include/fastdds/rtps/builtin/liveliness/WLP.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
#include <fastdds/rtps/builtin/data/WriterProxyData.h>
#include <fastdds/rtps/builtin/data/ReaderProxyData.h>

#include <rtps/history/ITopicPayloadPool.h>

namespace eprosima {
namespace fastrtps {
namespace rtps {
Expand All @@ -52,6 +50,7 @@ class TimedEvent;
class WLPListener;
class WriterHistory;
class WriterProxyData;
class ITopicPayloadPool;

/**
* Class WLP that implements the Writer Liveliness Protocol described in the RTPS specification.
Expand Down

0 comments on commit 30c143f

Please sign in to comment.