diff options
author | David Robillard <d@drobilla.net> | 2024-11-24 17:48:39 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-11-24 17:48:39 -0500 |
commit | 7099e0d3b55f5ebea9e4cb74490b396a4bb29d1e (patch) | |
tree | c1ec4fe4ce9501696b1d55c0b9916f3bd2fd7e68 /include/ingen/LV2Features.hpp | |
parent | f192b56222efcec60cf4884395ebd0f0ed9f02f2 (diff) | |
download | ingen-7099e0d3b55f5ebea9e4cb74490b396a4bb29d1e.tar.gz ingen-7099e0d3b55f5ebea9e4cb74490b396a4bb29d1e.tar.bz2 ingen-7099e0d3b55f5ebea9e4cb74490b396a4bb29d1e.zip |
Use angle brackets for library includes
Diffstat (limited to 'include/ingen/LV2Features.hpp')
-rw-r--r-- | include/ingen/LV2Features.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ingen/LV2Features.hpp b/include/ingen/LV2Features.hpp index 5726feb9..41bdf848 100644 --- a/include/ingen/LV2Features.hpp +++ b/include/ingen/LV2Features.hpp @@ -17,9 +17,9 @@ #ifndef INGEN_LV2FEATURES_HPP #define INGEN_LV2FEATURES_HPP -#include "ingen/ingen.h" -#include "lv2/core/lv2.h" -#include "raul/Noncopyable.hpp" +#include <ingen/ingen.h> +#include <lv2/core/lv2.h> +#include <raul/Noncopyable.hpp> #include <memory> #include <string> |