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.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lv2/lv2_gui.cc') diff --git a/lv2/lv2_gui.cc b/lv2/lv2_gui.cc index de5e566..5524a76 100644 --- a/lv2/lv2_gui.cc +++ b/lv2/lv2_gui.cc @@ -24,17 +24,16 @@ * along with DrumGizmo; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include - #include "lv2_gui.h" -#include "lv2_ui.h" #include #include +#include +#include + #include "lv2_instance.h" -#include "lv2_instance-access.h" // From: http://codesearch.google.com/#50sg5qT6WNE/src/lv2_ui_dssi.c // git://repo.or.cz/nekobee.git/src/lv2_ui_dssi.c -- cgit v1.2.3