Skip to content

Commit ccdb6ed

Browse files
committed
Refs #20566: fix rebase error
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
1 parent ee8f87d commit ccdb6ed

5 files changed

Lines changed: 5 additions & 6 deletions

File tree

src/cpp/rtps/network/utils/external_locators.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include <fastdds/rtps/common/LocatorList.hpp>
2929
#include <fastdds/rtps/common/LocatorSelectorEntry.hpp>
3030
#include <fastdds/rtps/common/LocatorWithMask.hpp>
31-
#include <fasdds/utils/IPLocator.h>
31+
#include <fastdds/utils/IPLocator.h>
3232
#include <utils/SystemInfo.hpp>
3333

3434
#include <rtps/network/utils/external_locators.hpp>

src/cpp/utils/SystemInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636

3737
#include <nlohmann/json.hpp>
3838

39+
#include <fastdds/utils/IPFinder.h>
3940
#include <fastrtps/types/TypesBase.h>
40-
#include <fastrtps/utils/IPFinder.h>
4141
#include <utils/threading.hpp>
4242

4343
namespace eprosima {

src/cpp/utils/SystemInfo.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@
2727
#include <string>
2828

2929
#include <fastdds/rtps/attributes/ThreadSettings.hpp>
30-
30+
#include <fastdds/utils/IPFinder.h>
3131
#include <fastrtps/types/TypesBase.h>
32-
#include <fastrtps/utils/IPFinder.h>
3332
#include <utils/Host.hpp>
3433

3534
#if defined(_WIN32) || defined(__unix__)

test/blackbox/common/UDPMessageSender.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <asio/ip/udp.hpp>
33

44
#include <fastdds/rtps/common/CDRMessage_t.h>
5-
#include <fastrtps/utils/IPLocator.h>
5+
#include <fastdds/utils/IPLocator.h>
66

77
using namespace eprosima::fastrtps;
88
using namespace eprosima::fastrtps::rtps;

test/blackbox/types/UnboundedHelloWorldPubSubTypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#include <fastdds/dds/topic/TopicDataType.hpp>
2828
#include <fastdds/rtps/common/InstanceHandle.h>
2929
#include <fastdds/rtps/common/SerializedPayload.h>
30-
#include <fastrtps/utils/md5.h>
30+
#include <fastdds/utils/md5.h>
3131

3232
#include "UnboundedHelloWorld.h"
3333

0 commit comments

Comments
 (0)