Skip to content

Commit 061f546

Browse files
Re-order rcl_logging_interface include (#1133)
Signed-off-by: Christophe Bedard <[email protected]>
1 parent b98e22e commit 061f546

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

rcl/src/rcl/logging.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ extern "C"
2626
#include "rcl/allocator.h"
2727
#include "rcl/error_handling.h"
2828
#include "rcl/logging.h"
29-
#include "rcl_logging_interface/rcl_logging_interface.h"
3029
#include "rcl/logging_rosout.h"
3130
#include "rcl/macros.h"
31+
#include "rcl_logging_interface/rcl_logging_interface.h"
3232
#include "rcutils/logging.h"
3333
#include "rcutils/time.h"
3434

rcl/test/rcl/test_logging.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
#include "rcl/subscription.h"
2626
#include "rcl_interfaces/msg/log.h"
2727
#include "rcl_logging_interface/rcl_logging_interface.h"
28-
2928
#include "rcutils/logging_macros.h"
3029

3130
#include "../mocking_utils/patch.hpp"

0 commit comments

Comments
 (0)