From c8ce62a6a883f8f8d512d4dab71e2de3c67bdbb3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Nov 2024 17:47:22 -0500 Subject: Use angle brackets for library includes --- test/path_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/path_test.cpp') diff --git a/test/path_test.cpp b/test/path_test.cpp index 681cebe..107bf22 100644 --- a/test/path_test.cpp +++ b/test/path_test.cpp @@ -3,8 +3,8 @@ #undef NDEBUG -#include "raul/Path.hpp" -#include "raul/Symbol.hpp" +#include +#include #include #include -- cgit v1.2.1