CarlaPipeUtils: stop using deprecated lv2 includes

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-05-23 23:10:13 +02:00
parent d0c498c6c5
commit a14c77bc39
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
#ifdef BUILDING_CARLA
# include "lv2/atom-util.h"
#else
# include "lv2/lv2plug.in/ns/ext/atom/util.h"
# include "lv2/atom/util.h"
#endif
#include <fcntl.h>

View File

@ -24,7 +24,7 @@
#ifdef BUILDING_CARLA
# include "lv2/atom.h"
#else
# include "lv2/lv2plug.in/ns/ext/atom/atom.h"
# include "lv2/atom/atom.h"
#endif
// -----------------------------------------------------------------------