From fa10bccb322dedee6b72d6f8c1834de8b194d3ca Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 11 Jun 2012 19:15:09 +0200 Subject: Port to new LV2 state interface. Use new lv2-1.0 header files (from system) and remove local copies of same. --- lv2/input_lv2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lv2/input_lv2.h') diff --git a/lv2/input_lv2.h b/lv2/input_lv2.h index d6d4727..00e0b51 100644 --- a/lv2/input_lv2.h +++ b/lv2/input_lv2.h @@ -30,7 +30,7 @@ #include #include -#include "event-helpers.h" +#include class InputLV2 : public AudioInputEngine { public: -- cgit v1.2.3