From dfee534c4e8c93ed84840678d74432cc17347d96 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 14 Apr 2019 22:42:15 +0200 Subject: Use modern LV2 includes --- sratom/sratom.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sratom/sratom.h') diff --git a/sratom/sratom.h b/sratom/sratom.h index 37c978a..070597b 100644 --- a/sratom/sratom.h +++ b/sratom/sratom.h @@ -21,9 +21,9 @@ #ifndef SRATOM_SRATOM_H #define SRATOM_SRATOM_H -#include "lv2/lv2plug.in/ns/ext/atom/atom.h" -#include "lv2/lv2plug.in/ns/ext/atom/forge.h" -#include "lv2/lv2plug.in/ns/ext/urid/urid.h" +#include "lv2/atom/atom.h" +#include "lv2/atom/forge.h" +#include "lv2/urid/urid.h" #include "serd/serd.h" #include "sord/sord.h" -- cgit v1.2.1