diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/lv2_jack_host.c | 2 | ||||
-rw-r--r-- | hosts/lv2_simple_jack_host.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hosts/lv2_jack_host.c b/hosts/lv2_jack_host.c index 4703ac8..b3548b8 100644 --- a/hosts/lv2_jack_host.c +++ b/hosts/lv2_jack_host.c @@ -23,9 +23,9 @@ #include <stdlib.h> #include <string.h> #include <math.h> -#include <slv2/slv2.h> #include <jack/jack.h> #include <jack/midiport.h> +#include "slv2/slv2.h" #include "lv2_uri_map.h" #include "lv2_event.h" #include "lv2_event_helpers.h" diff --git a/hosts/lv2_simple_jack_host.c b/hosts/lv2_simple_jack_host.c index 13ce5fa..32c852c 100644 --- a/hosts/lv2_simple_jack_host.c +++ b/hosts/lv2_simple_jack_host.c @@ -20,8 +20,8 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <slv2/slv2.h> #include <jack/jack.h> +#include "slv2/slv2.h" /** This program's data */ |