Skip to content

Commit 732a8d1

Browse files
committed
Fix
Signed-off-by: Pablo Garrido <pablogs9@gmail.com>
1 parent 8d92335 commit 732a8d1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

rmw_microxrcedds_c/src/rmw_service.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#include "./rmw_microros_internal/utils.h"
16-
1715
#include <rmw/rmw.h>
1816
#include <rmw/allocators.h>
1917

2018
#include <rosidl_typesupport_microxrcedds_c/identifier.h>
2119
#include <rosidl_typesupport_microxrcedds_c/service_type_support.h>
2220

21+
#include "./rmw_microros_internal/utils.h"
2322
#include "./rmw_microros_internal/error_handling_internal.h"
2423

2524
rmw_service_t *

0 commit comments

Comments
 (0)