Skip to content

Commit

Permalink
Refs #20568: Remove all possible from include/fastrtps
Browse files Browse the repository at this point in the history
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
  • Loading branch information
EduPonz committed Mar 11, 2024
1 parent caa0308 commit e1f8a0e
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 71 deletions.
33 changes: 0 additions & 33 deletions include/fastrtps/TopicDataType.h

This file was deleted.

35 changes: 0 additions & 35 deletions include/fastrtps/fastrtps_fwd.h

This file was deleted.

2 changes: 1 addition & 1 deletion test/performance/throughput/ThroughputPublisher.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <vector>

#include <asio.hpp>

#include <fastdds/dds/publisher/DataWriter.hpp>
#include <fastdds/dds/publisher/DataWriterListener.hpp>
#include <fastdds/dds/publisher/Publisher.hpp>
Expand All @@ -35,7 +36,6 @@
#include <fastdds/dds/subscriber/Subscriber.hpp>
#include <fastdds/dds/topic/TypeSupport.hpp>
#include <fastdds/rtps/attributes/PropertyPolicy.h>
#include <fastrtps/fastrtps_fwd.h>
#include <fastrtps/types/DynamicData.h>
#include <fastrtps/types/DynamicDataFactory.h>
#include <fastrtps/types/DynamicPubSubType.h>
Expand Down
1 change: 0 additions & 1 deletion test/xtypes/TestPublisher.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include <fastdds/dds/subscriber/SampleInfo.hpp>
#include <fastdds/dds/topic/TypeSupport.hpp>
#include <fastdds/rtps/common/Types.h>
#include <fastrtps/fastrtps_fwd.h>
#include <fastrtps/types/TypeObjectFactory.h>

class TestPublisher
Expand Down
1 change: 0 additions & 1 deletion test/xtypes/TestSubscriber.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include <fastdds/dds/subscriber/SampleInfo.hpp>
#include <fastdds/dds/topic/TypeSupport.hpp>
#include <fastdds/rtps/common/Types.h>
#include <fastrtps/fastrtps_fwd.h>
#include <fastrtps/types/TypeObjectFactory.h>

class TestSubscriber
Expand Down

0 comments on commit e1f8a0e

Please sign in to comment.