From 367f7c57028ce05f3d765fed678a64ad54a73312 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 22 Sep 2018 20:37:45 +0200 Subject: Use new LV2 include paths --- ingen/client/PortModel.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ingen/client/PortModel.hpp') diff --git a/ingen/client/PortModel.hpp b/ingen/client/PortModel.hpp index 9ad37378..3634d31f 100644 --- a/ingen/client/PortModel.hpp +++ b/ingen/client/PortModel.hpp @@ -23,8 +23,8 @@ #include "ingen/client/ObjectModel.hpp" #include "ingen/ingen.h" #include "ingen/types.hpp" -#include "lv2/lv2plug.in/ns/ext/port-props/port-props.h" -#include "lv2/lv2plug.in/ns/lv2core/lv2.h" +#include "lv2/core/lv2.h" +#include "lv2/port-props/port-props.h" namespace Raul { class Path; } -- cgit v1.2.1