Skip to content

Commit d1accfc

Browse files
Fix conflicts
Signed-off-by: Miguel Company <[email protected]>
1 parent 4a15132 commit d1accfc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/main/java/com/eprosima/fastcdr/idl/templates/TypesSwigInterface.stg

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,14 @@ $ctx.directIncludeDependencies : {include | %include "$include$.i"}; separator="
4444
%}
4545

4646
%include <fastcdr/config.h>
47-
<<<<<<< HEAD
4847
#if FASTCDR_VERSION_MAJOR > 1
49-
%import(module="fastdds") "fastcdr/xcdr/optional.hpp"
50-
#endif
51-
=======
5248
$if(ctx.thereIsOptionalAnnotation)$
5349
%import(module="fastdds") "fastcdr/xcdr/optional.hpp"
5450
$endif$
5551
$if(ctx.thereIsString)$
5652
%import(module="fastdds") "fastcdr/cdr/fixed_size_string.hpp"
5753
$endif$
58-
>>>>>>> 8eaca9a (Fix python code generation for bounded strings (#440))
54+
#endif
5955
%import(module="fastdds") "fastdds/dds/core/LoanableCollection.hpp"
6056
%import(module="fastdds") "fastdds/dds/core/LoanableTypedCollection.hpp"
6157
%import(module="fastdds") "fastdds/dds/core/LoanableSequence.hpp"

0 commit comments

Comments
 (0)