aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-amp.lv2/amp.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-23 16:36:42 -0500
committerDavid Robillard <d@drobilla.net>2024-11-23 16:36:42 -0500
commit6fcd79be0c1d38eadabec9993e65725ce7bf600c (patch)
tree1b16ef0a16231cd1ca42cd8fd9d079746b3081c9 /plugins/eg-amp.lv2/amp.c
parentc8b2c46886888e53125f1027ef3ea96dc584bcaa (diff)
downloadlv2-6fcd79be0c1d38eadabec9993e65725ce7bf600c.tar.xz
Use angle brackets for library includes
Diffstat (limited to 'plugins/eg-amp.lv2/amp.c')
-rw-r--r--plugins/eg-amp.lv2/amp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/eg-amp.lv2/amp.c b/plugins/eg-amp.lv2/amp.c
index 8983769..c85d6ab 100644
--- a/plugins/eg-amp.lv2/amp.c
+++ b/plugins/eg-amp.lv2/amp.c
@@ -9,7 +9,7 @@
replacing `http:/` with `lv2` any header in the specification bundle can be
included, in this case `lv2.h`.
*/
-#include "lv2/core/lv2.h"
+#include <lv2/core/lv2.h>
/** Include standard C headers */
#include <math.h>