From bcc2ea190965fb3da1092ff6683e0e54454c6a9d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Apr 2007 20:01:29 +0000 Subject: Jack MIDI API compatibility fixes. Yes, again. git-svn-id: http://svn.drobilla.net/lad/slv2@426 a436a847-0d15-0410-975c-d299462d15a1 --- hosts/lv2_jack_host.c | 3 +-- hosts/lv2_simple_jack_host.c | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/lv2_jack_host.c b/hosts/lv2_jack_host.c index 415d488..93a17e1 100644 --- a/hosts/lv2_jack_host.c +++ b/hosts/lv2_jack_host.c @@ -21,9 +21,7 @@ #include #include #include - #include "../config.h" -#include "jack_compat.h" #define WITH_MIDI 1 #define MIDI_BUFFER_SIZE 1024 @@ -32,6 +30,7 @@ #include #include "lv2-miditype.h" #include "lv2-midifunctions.h" +#include "jack_compat.h" #endif // WITH_MIDI struct Port { diff --git a/hosts/lv2_simple_jack_host.c b/hosts/lv2_simple_jack_host.c index 61a118d..3e808c2 100644 --- a/hosts/lv2_simple_jack_host.c +++ b/hosts/lv2_simple_jack_host.c @@ -22,9 +22,6 @@ #include #include -#include "../config.h" -#include "jack_compat.h" - /** This program's data */ struct JackHost { -- cgit v1.2.1