diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-10-05 19:47:17 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-10-05 19:47:17 +0200 |
commit | ef8f20cba7fc86ed4dd82d30d8527ba7c480ebdc (patch) | |
tree | 1492b4181f3dee8af83ba0b4882fe9de4f8d274d /lv2/input_lv2.h | |
parent | 9056a0602a0d235386518fbcd9de119e03b9ba52 (diff) |
Include lv2-event headers directly.
Diffstat (limited to 'lv2/input_lv2.h')
-rw-r--r-- | lv2/input_lv2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/input_lv2.h b/lv2/input_lv2.h index f904237..73f242a 100644 --- a/lv2/input_lv2.h +++ b/lv2/input_lv2.h @@ -30,7 +30,7 @@ #include <audioinputengine.h> #include <midimapper.h> -#include <lv2/lv2plug.in/ns/ext/event/event-helpers.h> +#include "event-helpers.h" class InputLV2 : public AudioInputEngine { public: |