Skip to content

Commit

Permalink
Fix include order in generated detail struct
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
  • Loading branch information
Ryanf55 committed Mar 6, 2024
1 parent e27711b commit c36beff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosidl_generator_c/resource/idl__struct.h.em
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ extern "C"
{
#endif
#include <math.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <math.h>
@#######################################################################
@# Handle message
@#######################################################################
Expand Down

0 comments on commit c36beff

Please sign in to comment.