Skip to content

Commit

Permalink
Re-order rcl_logging_interface include (#1133)
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <[email protected]>
  • Loading branch information
christophebedard committed Feb 29, 2024
1 parent b98e22e commit 061f546
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion rcl/src/rcl/logging.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ extern "C"
#include "rcl/allocator.h"
#include "rcl/error_handling.h"
#include "rcl/logging.h"
#include "rcl_logging_interface/rcl_logging_interface.h"
#include "rcl/logging_rosout.h"
#include "rcl/macros.h"
#include "rcl_logging_interface/rcl_logging_interface.h"
#include "rcutils/logging.h"
#include "rcutils/time.h"

Expand Down
1 change: 0 additions & 1 deletion rcl/test/rcl/test_logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include "rcl/subscription.h"
#include "rcl_interfaces/msg/log.h"
#include "rcl_logging_interface/rcl_logging_interface.h"

#include "rcutils/logging_macros.h"

#include "../mocking_utils/patch.hpp"
Expand Down

0 comments on commit 061f546

Please sign in to comment.