From 8b0a733782858e96f9a3d4eea216eb2d6e1f0cb6 Mon Sep 17 00:00:00 2001 From: Jacob Perron Date: Fri, 7 Jan 2022 14:39:02 -0800 Subject: [PATCH] Fix include order for cpplint Relates to https://github.com/ament/ament_lint/pull/324 Signed-off-by: Jacob Perron --- test/unique_ptr_test.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/unique_ptr_test.cpp b/test/unique_ptr_test.cpp index 5edd26e8..497cb221 100644 --- a/test/unique_ptr_test.cpp +++ b/test/unique_ptr_test.cpp @@ -28,9 +28,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include -#include - #include #include @@ -41,6 +38,9 @@ #include #include +#include +#include + #include "./base.hpp" const std::string LIBRARY_1 = class_loader::systemLibraryFormat("class_loader_TestPlugins1"); // NOLINT