summaryrefslogtreecommitdiffstats
path: root/sratom
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-04-14 22:42:15 +0200
committerDavid Robillard <d@drobilla.net>2019-04-14 22:42:15 +0200
commitdfee534c4e8c93ed84840678d74432cc17347d96 (patch)
tree902a06960db76034d8b07249b5f90e48f6d1e113 /sratom
parenta31cace29a936dfff80c16d25a5c24d783c9611f (diff)
downloadsratom-dfee534c4e8c93ed84840678d74432cc17347d96.tar.gz
sratom-dfee534c4e8c93ed84840678d74432cc17347d96.tar.bz2
sratom-dfee534c4e8c93ed84840678d74432cc17347d96.zip
Use modern LV2 includes
Diffstat (limited to 'sratom')
-rw-r--r--sratom/sratom.h6
1 files changed, 3 insertions, 3 deletions
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"