summaryrefslogtreecommitdiff
path: root/lv2/input_lv2.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2012-06-11 19:15:09 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2012-06-11 19:15:09 +0200
commitfa10bccb322dedee6b72d6f8c1834de8b194d3ca (patch)
treee3ffaecb550be05abc3eabb3ac812d75e351e17d /lv2/input_lv2.h
parent30d7235c2ceda6d549438a9204b60a0e1f9186de (diff)
Port to new LV2 state interface. Use new lv2-1.0 header files (from system) and remove local copies of same.
Diffstat (limited to 'lv2/input_lv2.h')
-rw-r--r--lv2/input_lv2.h2
1 files changed, 1 insertions, 1 deletions
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 <audioinputengine.h>
#include <midimapper.h>
-#include "event-helpers.h"
+#include <lv2/lv2plug.in/ns/ext/event/event-helpers.h>
class InputLV2 : public AudioInputEngine {
public: