From 86c5b678f6884fa3336cdf6a287d00ffe17f48f4 Mon Sep 17 00:00:00 2001 From: Jacob Perron Date: Wed, 12 Jan 2022 14:26:09 -0800 Subject: [PATCH] Fix relative path include syntax for cpplint (#203) Relates to https://github.com/ament/ament_lint/pull/324 Signed-off-by: Jacob Perron --- rmw_implementation/src/functions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmw_implementation/src/functions.cpp b/rmw_implementation/src/functions.cpp index 6f2ddeef..71d039ee 100644 --- a/rmw_implementation/src/functions.cpp +++ b/rmw_implementation/src/functions.cpp @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "./functions.hpp" +#include "functions.hpp" #include #include