From 98f8a00dd09c0c70fc69e64656b3ac7ab61e629f Mon Sep 17 00:00:00 2001 From: Jacob Perron Date: Wed, 12 Jan 2022 14:26:47 -0800 Subject: [PATCH] Fix include order for cpplint (#113) Relates to https://github.com/ament/ament_lint/pull/324 Signed-off-by: Jacob Perron --- rttest/src/rttest.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rttest/src/rttest.cpp b/rttest/src/rttest.cpp index ab49a2f..04ca18e 100644 --- a/rttest/src/rttest.cpp +++ b/rttest/src/rttest.cpp @@ -12,9 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include -#include -#include +#include "rttest/rttest.h" #include #include @@ -38,6 +36,9 @@ #include #include +#include "rttest/math_utils.hpp" +#include "rttest/utils.hpp" + class rttest_sample_buffer { public: