File tree Expand file tree Collapse file tree 4 files changed +12
-11
lines changed
legacy/include/iceoryx_hoofs/design_pattern Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1616// SPDX-License-Identifier: Apache-2.0
1717#ifndef IOX_HOOFS_DESIGN_NEWTYPE_COMPARABLE_HPP
1818#define IOX_HOOFS_DESIGN_NEWTYPE_COMPARABLE_HPP
19- #include " internal.hpp"
19+
20+ #include " iox/detail/newtype/internal.hpp"
2021
2122namespace iox
2223{
Original file line number Diff line number Diff line change 1616// SPDX-License-Identifier: Apache-2.0
1717#ifndef IOX_HOOFS_DESIGN_NEWTYPE_SORTABLE_HPP
1818#define IOX_HOOFS_DESIGN_NEWTYPE_SORTABLE_HPP
19- #include " internal.hpp"
19+
20+ #include " iox/detail/newtype/internal.hpp"
2021
2122namespace iox
2223{
Original file line number Diff line number Diff line change 1717#ifndef IOX_HOOFS_DESIGN_NEWTYPE_HPP
1818#define IOX_HOOFS_DESIGN_NEWTYPE_HPP
1919
20- #include " detail/newtype/assignment.hpp"
21- #include " detail/newtype/comparable.hpp"
22- #include " detail/newtype/constructor.hpp"
23- #include " detail/newtype/convertable.hpp"
24- #include " detail/newtype/internal.hpp"
25- #include " detail/newtype/protected_constructor.hpp"
26- #include " detail/newtype/sortable.hpp"
2720#include " iceoryx_hoofs/cxx/algorithm.hpp"
21+ #include " iox/detail/newtype/assignment.hpp"
22+ #include " iox/detail/newtype/comparable.hpp"
23+ #include " iox/detail/newtype/constructor.hpp"
24+ #include " iox/detail/newtype/convertable.hpp"
25+ #include " iox/detail/newtype/internal.hpp"
26+ #include " iox/detail/newtype/protected_constructor.hpp"
27+ #include " iox/detail/newtype/sortable.hpp"
2828
2929namespace iox
3030{
Original file line number Diff line number Diff line change 1818#define IOX_HOOFS_DESIGN_PATTERN_BUILDER_HPP
1919
2020#include " iox/builder.hpp"
21- // / @todo iox-#1593 Deprecate include
22- // / [[deprecated("Deprecated in 3.0, removed in 4.0, please include 'iox/builder.hpp' instead")]]
21+ // / @deprecated please include 'iox/builder.hpp' instead of 'iceoryx_hoofs/design_pattern/builder.hpp'
2322
2423#endif
You can’t perform that action at this time.
0 commit comments