Skip to content

Commit

Permalink
iox-eclipse-iceoryx#2052 Move include to .inl file
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Liu <[email protected]>

Move iclude "iox/detail/fixed_position_container_helper.hpp" from
`fixed_position_container.hpp` to `fixed_position_container.inl`.
  • Loading branch information
Dennis40816 committed Nov 7, 2023
1 parent 19e0901 commit 46b1df5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
#define IOX_DUST_CONTAINER_DETAIL_FIXED_POSITION_CONTAINER_INL

#include "iox/fixed_position_container.hpp"
#if __cplusplus < 201703L
#include "iox/detail/fixed_position_container_helper.hpp"
#endif

namespace iox
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
#include "iox/algorithm.hpp"
#include "iox/uninitialized_array.hpp"

#if __cplusplus < 201703L
#include "iox/detail/fixed_position_container_helper.hpp"
#endif

#include <cstdint>
#include <functional>
#include <type_traits>
Expand Down

0 comments on commit 46b1df5

Please sign in to comment.