diff options
author | David Robillard <d@drobilla.net> | 2024-11-23 16:36:42 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-11-23 16:36:42 -0500 |
commit | 6fcd79be0c1d38eadabec9993e65725ce7bf600c (patch) | |
tree | 1b16ef0a16231cd1ca42cd8fd9d079746b3081c9 /include/lv2/atom | |
parent | c8b2c46886888e53125f1027ef3ea96dc584bcaa (diff) | |
download | lv2-6fcd79be0c1d38eadabec9993e65725ce7bf600c.tar.xz |
Use angle brackets for library includes
Diffstat (limited to 'include/lv2/atom')
-rw-r--r-- | include/lv2/atom/forge.h | 8 | ||||
-rw-r--r-- | include/lv2/atom/util.h | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/include/lv2/atom/forge.h b/include/lv2/atom/forge.h index be9e842..b9dff85 100644 --- a/include/lv2/atom/forge.h +++ b/include/lv2/atom/forge.h @@ -38,10 +38,10 @@ @{ */ -#include "lv2/atom/atom.h" -#include "lv2/atom/util.h" -#include "lv2/core/attributes.h" -#include "lv2/urid/urid.h" +#include <lv2/atom/atom.h> +#include <lv2/atom/util.h> +#include <lv2/core/attributes.h> +#include <lv2/urid/urid.h> #include <assert.h> #include <stdbool.h> diff --git a/include/lv2/atom/util.h b/include/lv2/atom/util.h index b8bb295..be53274 100644 --- a/include/lv2/atom/util.h +++ b/include/lv2/atom/util.h @@ -21,7 +21,7 @@ @{ */ -#include "lv2/atom/atom.h" +#include <lv2/atom/atom.h> #include <stdarg.h> #include <stdbool.h> |