We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98e22e commit 061f546Copy full SHA for 061f546
rcl/src/rcl/logging.c
@@ -26,9 +26,9 @@ extern "C"
26
#include "rcl/allocator.h"
27
#include "rcl/error_handling.h"
28
#include "rcl/logging.h"
29
-#include "rcl_logging_interface/rcl_logging_interface.h"
30
#include "rcl/logging_rosout.h"
31
#include "rcl/macros.h"
+#include "rcl_logging_interface/rcl_logging_interface.h"
32
#include "rcutils/logging.h"
33
#include "rcutils/time.h"
34
rcl/test/rcl/test_logging.cpp
@@ -25,7 +25,6 @@
25
#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"
0 commit comments