Skip to content

Commit

Permalink
Fix conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
  • Loading branch information
EduPonz committed Dec 1, 2023
1 parent fbd329c commit 165c0b1
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 2,259 deletions.
12 changes: 0 additions & 12 deletions test/blackbox/common/BlackboxTestsPubSubHistory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,18 @@
// See the License for the specific language governing permissions and
// limitations under the License.

<<<<<<< HEAD
#include "BlackboxTests.hpp"

#include "PubSubReader.hpp"
#include "PubSubWriter.hpp"
=======
#include <atomic>
#include <thread>
#include <tuple>

#include <gtest/gtest.h>
>>>>>>> 6390715a1 (Add missing thread include (#4045))

#include <fastrtps/xmlparser/XMLProfileManager.h>

#include "BlackboxTests.hpp"
#include "PubSubReader.hpp"
#include "PubSubWriter.hpp"
#include <rtps/transport/test_UDPv4Transport.h>
<<<<<<< HEAD
#include <gtest/gtest.h>
#include <tuple>
=======
>>>>>>> 6390715a1 (Add missing thread include (#4045))

using namespace eprosima::fastrtps;
using namespace eprosima::fastdds::rtps;
Expand Down
17 changes: 4 additions & 13 deletions test/blackbox/common/DDSBlackboxTestsListeners.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,23 @@
// See the License for the specific language governing permissions and
// limitations under the License.

<<<<<<< HEAD
=======
#include <set>
#include <thread>
#include <vector>

#include <gtest/gtest.h>

#include <fastdds/dds/core/condition/GuardCondition.hpp>
#include <fastdds/dds/core/condition/StatusCondition.hpp>
#include <fastdds/dds/core/condition/WaitSet.hpp>
#include <fastdds/rtps/transport/test_UDPv4TransportDescriptor.h>
#include <fastrtps/xmlparser/XMLProfileManager.h>

>>>>>>> 6390715a1 (Add missing thread include (#4045))
#include "BlackboxTests.hpp"
#include <fastrtps/xmlparser/XMLProfileManager.h>

#include "BlackboxTests.hpp"
#include "PubSubReader.hpp"
#include "PubSubWriter.hpp"
#include <fastrtps/xmlparser/XMLProfileManager.h>

#include <fastdds/dds/core/condition/StatusCondition.hpp>
#include <fastdds/dds/core/condition/GuardCondition.hpp>
#include <fastdds/dds/core/condition/WaitSet.hpp>

#include <fastdds/rtps/transport/test_UDPv4TransportDescriptor.h>

#include <gtest/gtest.h>

using namespace eprosima::fastrtps;
using namespace eprosima::fastrtps::rtps;
Expand Down
Loading

0 comments on commit 165c0b1

Please sign in to comment.