From 387763249de6cc35519c33e27dbb77ef5992ca75 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Thu, 29 Feb 2024 05:23:18 -0800 Subject: [PATCH] Re-order rcl_logging_interface include (#111) Signed-off-by: Christophe Bedard --- rcl_logging_spdlog/test/test_logging_interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcl_logging_spdlog/test/test_logging_interface.cpp b/rcl_logging_spdlog/test/test_logging_interface.cpp index 71bd01f..6a2f97e 100644 --- a/rcl_logging_spdlog/test/test_logging_interface.cpp +++ b/rcl_logging_spdlog/test/test_logging_interface.cpp @@ -19,6 +19,7 @@ #include "gmock/gmock.h" +#include "rcl_logging_interface/rcl_logging_interface.h" #include "rcpputils/env.hpp" #include "rcutils/allocator.h" #include "rcutils/env.h" @@ -27,7 +28,6 @@ #include "rcutils/testing/fault_injection.h" #include "fixtures.hpp" -#include "rcl_logging_interface/rcl_logging_interface.h" const int logger_levels[] = {