diff options
author | David Robillard <d@drobilla.net> | 2024-11-24 17:47:22 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-11-24 18:24:26 -0500 |
commit | c8ce62a6a883f8f8d512d4dab71e2de3c67bdbb3 (patch) | |
tree | d0a21e894f6f824dbd0a1d2971c4783fafcb06b7 /test/path_test.cpp | |
parent | bf56db258fda9fb466fec47af9099c1aed127b3e (diff) | |
download | raul-main.tar.gz raul-main.tar.bz2 raul-main.zip |
Use angle brackets for library includesmain
Diffstat (limited to 'test/path_test.cpp')
-rw-r--r-- | test/path_test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <raul/Path.hpp> +#include <raul/Symbol.hpp> #include <cassert> #include <cstring> |