Skip to content

Commit

Permalink
iox-#1099 Revert rebase errors and removed unnecessary includes
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Hoinkis <[email protected]>
  • Loading branch information
mossmaurice committed Feb 28, 2022
1 parent f6a3831 commit c7a6cb4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,12 @@
/// @todo #1099 rename this file to error_handler.hpp

#include "iceoryx_hoofs/cxx/generic_raii.hpp"
#include "iceoryx_hoofs/cxx/type_traits.hpp"
#include "iceoryx_hoofs/log/logger.hpp"
#include "iceoryx_hoofs/log/logging.hpp"
#include "iceoryx_hoofs/log/logmanager.hpp"

#include <cassert>
#include <functional>
#include <iostream>
#include <mutex>
#include <sstream>


namespace iox
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#define IOX_HOOFS_TESTUTILS_ERROR_HANDLER_MOCK_HPP

#include "iceoryx_hoofs/error_handling/error_handling.hpp"
#include <mutex>

#include "iceoryx_hoofs/testing/test.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
#include "iceoryx_posh/internal/popo/building_blocks/condition_variable_data.hpp"
#include "iceoryx_posh/popo/port_queue_policies.hpp"

#include <mutex>

namespace iox
{
namespace popo
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion iceoryx_posh/test/moduletests/test_popo_sample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ TEST_F(Sample_test, PublishingMovedSampleCallsErrorHandler)
ASSERT_THAT(detectedError.value(), Eq(iox::Error::kPOSH__PUBLISHING_EMPTY_SAMPLE));
}

} // namespace
} // namespace

0 comments on commit c7a6cb4

Please sign in to comment.