Skip to content

Commit

Permalink
Re-order rcl_logging_interface include (#111)
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
  • Loading branch information
christophebedard authored Feb 29, 2024
1 parent 658972a commit 3877632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcl_logging_spdlog/test/test_logging_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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[] =
{
Expand Down

0 comments on commit 3877632

Please sign in to comment.