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/lv2_gui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lv2/lv2_gui.h') diff --git a/lv2/lv2_gui.h b/lv2/lv2_gui.h index aef2127..2857445 100644 --- a/lv2/lv2_gui.h +++ b/lv2/lv2_gui.h @@ -27,7 +27,8 @@ #ifndef __DRUMGIZMO_LV2_GUI_H__ #define __DRUMGIZMO_LV2_GUI_H__ -#include "lv2_data_access.h" +#include +#include #define PLUGIN_INSTANCE_URI "http://drumgizmo.org/ns/drumgizmo-plugin-instance" -- cgit v1.2.3