Skip to content

Commit

Permalink
Refs #20566: fix rebase error
Browse files Browse the repository at this point in the history
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
  • Loading branch information
elianalf committed Mar 20, 2024
1 parent ee8f87d commit ccdb6ed
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/cpp/rtps/network/utils/external_locators.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <fastdds/rtps/common/LocatorList.hpp>
#include <fastdds/rtps/common/LocatorSelectorEntry.hpp>
#include <fastdds/rtps/common/LocatorWithMask.hpp>
#include <fasdds/utils/IPLocator.h>
#include <fastdds/utils/IPLocator.h>
#include <utils/SystemInfo.hpp>

#include <rtps/network/utils/external_locators.hpp>
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/utils/SystemInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@

#include <nlohmann/json.hpp>

#include <fastdds/utils/IPFinder.h>
#include <fastrtps/types/TypesBase.h>
#include <fastrtps/utils/IPFinder.h>
#include <utils/threading.hpp>

namespace eprosima {
Expand Down
3 changes: 1 addition & 2 deletions src/cpp/utils/SystemInfo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@
#include <string>

#include <fastdds/rtps/attributes/ThreadSettings.hpp>

#include <fastdds/utils/IPFinder.h>
#include <fastrtps/types/TypesBase.h>
#include <fastrtps/utils/IPFinder.h>
#include <utils/Host.hpp>

#if defined(_WIN32) || defined(__unix__)
Expand Down
2 changes: 1 addition & 1 deletion test/blackbox/common/UDPMessageSender.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <asio/ip/udp.hpp>

#include <fastdds/rtps/common/CDRMessage_t.h>
#include <fastrtps/utils/IPLocator.h>
#include <fastdds/utils/IPLocator.h>

using namespace eprosima::fastrtps;
using namespace eprosima::fastrtps::rtps;
Expand Down
2 changes: 1 addition & 1 deletion test/blackbox/types/UnboundedHelloWorldPubSubTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <fastdds/dds/topic/TopicDataType.hpp>
#include <fastdds/rtps/common/InstanceHandle.h>
#include <fastdds/rtps/common/SerializedPayload.h>
#include <fastrtps/utils/md5.h>
#include <fastdds/utils/md5.h>

#include "UnboundedHelloWorld.h"

Expand Down

0 comments on commit ccdb6ed

Please sign in to comment.