diff options
author | David Robillard <d@drobilla.net> | 2019-04-14 22:42:15 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-04-14 22:42:15 +0200 |
commit | dfee534c4e8c93ed84840678d74432cc17347d96 (patch) | |
tree | 902a06960db76034d8b07249b5f90e48f6d1e113 /sratom | |
parent | a31cace29a936dfff80c16d25a5c24d783c9611f (diff) | |
download | sratom-dfee534c4e8c93ed84840678d74432cc17347d96.tar.gz sratom-dfee534c4e8c93ed84840678d74432cc17347d96.tar.bz2 sratom-dfee534c4e8c93ed84840678d74432cc17347d96.zip |
Use modern LV2 includes
Diffstat (limited to 'sratom')
-rw-r--r-- | sratom/sratom.h | 6 |
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" |