From 6fcd79be0c1d38eadabec9993e65725ce7bf600c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Nov 2024 16:36:42 -0500 Subject: Use angle brackets for library includes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index bbc7b63..d547ce2 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,12 @@ Other projects may extend LV2, but must place their headers elsewhere. Headers are installed to `includedir` with paths like: - #include "lv2/urid/urid.h" + #include For backwards compatibility, if the `old_headers` option is set, then headers are also installed to the older URI-based paths: - #include "lv2/lv2plug.in/ns/ext/urid/urid.h" + #include Projects still using this style are encourated to migrate to the shorter style above. -- cgit v1.2.1