Skip to content

Commit 7d6f6b5

Browse files
committed
Refs #21128: Add includes missed in the rebase
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent 3173ddf commit 7d6f6b5

10 files changed

Lines changed: 14 additions & 15 deletions

test/blackbox/common/BlackboxTestsDiscovery.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
16-
#include "fastdds/rtps/messages/RTPS_messages.h"
1715
#include <atomic>
1816
#include <thread>
1917

@@ -32,7 +30,8 @@
3230
#include <fastdds/dds/domain/qos/DomainParticipantQos.hpp>
3331
#include <fastdds/rtps/attributes/ServerAttributes.hpp>
3432
#include <fastdds/rtps/common/CDRMessage_t.hpp>
35-
#include <fastdds/rtps/transport/test_UDPv4TransportDescriptor.h>
33+
#include <fastdds/rtps/messages/RTPS_messages.hpp>
34+
#include <fastdds/rtps/transport/test_UDPv4TransportDescriptor.hpp>
3635
#include <fastdds/rtps/transport/UDPv4TransportDescriptor.hpp>
3736

3837
#include "../utils/filter_helpers.hpp"

test/blackbox/common/BlackboxTestsLivelinessQos.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#include <fastdds/dds/domain/DomainParticipantFactory.hpp>
1818
#include <fastdds/LibrarySettings.hpp>
19-
#include <fastdds/rtps/transport/test_UDPv4TransportDescriptor.h>
19+
#include <fastdds/rtps/transport/test_UDPv4TransportDescriptor.hpp>
2020
#include <gtest/gtest.h>
2121

2222
#include "BlackboxTests.hpp"

test/blackbox/common/BlackboxTestsPubSubFragments.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <thread>
1616

1717
#include <fastdds/dds/domain/DomainParticipantFactory.hpp>
18-
#include <fastdds/rtps/transport/test_UDPv4TransportDescriptor.h>
18+
#include <fastdds/rtps/transport/test_UDPv4TransportDescriptor.hpp>
1919
#include <fastdds/dds/log/Log.hpp>
2020
#include <fastdds/LibrarySettings.hpp>
2121

test/blackbox/common/BlackboxTestsPubSubHistory.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
#include <fastdds/dds/domain/DomainParticipantFactory.hpp>
2020
#include <fastdds/LibrarySettings.hpp>
21-
#include <fastdds/rtps/common/CDRMessage_t.h>
22-
#include <fastdds/rtps/transport/test_UDPv4TransportDescriptor.h>
21+
#include <fastdds/rtps/common/CDRMessage_t.hpp>
22+
#include <fastdds/rtps/transport/test_UDPv4TransportDescriptor.hpp>
2323
#include <gtest/gtest.h>
2424

2525
#include "../utils/filter_helpers.hpp"

test/blackbox/common/BlackboxTestsReliability.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
#include <thread>
1616

17-
#include <fastdds/rtps/common/CDRMessage_t.h>
18-
#include <fastdds/rtps/transport/test_UDPv4TransportDescriptor.h>
17+
#include <fastdds/rtps/common/CDRMessage_t.hpp>
18+
#include <fastdds/rtps/transport/test_UDPv4TransportDescriptor.hpp>
1919
#include <gtest/gtest.h>
2020

2121
#include "../utils/filter_helpers.hpp"

test/blackbox/common/BlackboxTestsSecurity.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include <fastdds/LibrarySettings.hpp>
2727
#include <fastdds/rtps/common/EntityId_t.hpp>
2828
#include <fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.hpp>
29-
#include <fastdds/rtps/transport/test_UDPv4TransportDescriptor.h>
29+
#include <fastdds/rtps/transport/test_UDPv4TransportDescriptor.hpp>
3030
#include <gtest/gtest.h>
3131

3232
#include "../utils/filter_helpers.hpp"

test/blackbox/common/BlackboxTestsVolatile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <fastdds/dds/domain/DomainParticipantFactory.hpp>
1616
#include <fastdds/LibrarySettings.hpp>
1717
#include <fastdds/rtps/common/CDRMessage_t.hpp>
18-
#include <fastdds/rtps/transport/test_UDPv4TransportDescriptor.h>
18+
#include <fastdds/rtps/transport/test_UDPv4TransportDescriptor.hpp>
1919
#include <gtest/gtest.h>
2020

2121
#include "BlackboxTests.hpp"

test/blackbox/common/DDSBlackboxTestsDataWriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include <fastdds/dds/topic/qos/TopicQos.hpp>
3131
#include <fastdds/dds/topic/Topic.hpp>
3232
#include <fastdds/LibrarySettings.hpp>
33-
#include <fastdds/rtps/transport/test_UDPv4TransportDescriptor.h>
33+
#include <fastdds/rtps/transport/test_UDPv4TransportDescriptor.hpp>
3434

3535
#include "BlackboxTests.hpp"
3636
#include "PubSubReader.hpp"

test/blackbox/common/RTPSBlackboxTestsBasic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include <fastdds/dds/log/Log.hpp>
2222
#include <fastdds/LibrarySettings.hpp>
2323
#include <fastdds/rtps/attributes/RTPSParticipantAttributes.hpp>
24-
#include <fastdds/rtps/common/CDRMessage_t.h>
24+
#include <fastdds/rtps/common/CDRMessage_t.hpp>
2525
#include <fastdds/rtps/flowcontrol/FlowControllerDescriptor.hpp>
2626
#include <fastdds/rtps/interfaces/IReaderDataFilter.hpp>
2727
#include <fastdds/rtps/participant/RTPSParticipant.hpp>

test/blackbox/utils/filter_helpers.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
#include <fastcdr/FastBuffer.h>
1717

1818
#include <fastdds/dds/core/Entity.hpp>
19-
#include <fastdds/rtps/common/Types.h>
19+
#include <fastdds/rtps/common/Types.hpp>
2020

21-
#include "../types/core/core_typesPubSubTypes.h"
21+
#include "../types/core/core_typesPubSubTypes.hpp"
2222

2323
namespace eprosima {
2424
namespace fastdds {

0 commit comments

Comments
 (0)