aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-01-18 01:55:56 +0000
committerDavid Robillard <d@drobilla.net>2012-01-18 01:55:56 +0000
commitb7c99b01f08a2a293300ea699fd639e9b49800ed (patch)
treec275ed31669f6ae7b884d9f4be3e5599b40ac823 /src
parenta4a66c90b50a1fae1e302f1826a7f6d500984b2e (diff)
downloadjalv-b7c99b01f08a2a293300ea699fd639e9b49800ed.tar.gz
jalv-b7c99b01f08a2a293300ea699fd639e9b49800ed.tar.bz2
jalv-b7c99b01f08a2a293300ea699fd639e9b49800ed.zip
Use consistent *_config.h rather than *-config.h.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3963 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/jalv.c2
-rw-r--r--src/jalv_console.c2
-rw-r--r--src/state.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/jalv.c b/src/jalv.c
index c719ead..1ebdff3 100644
--- a/src/jalv.c
+++ b/src/jalv.c
@@ -27,8 +27,8 @@
#include <sys/types.h>
#include <unistd.h>
+#include "jalv_config.h"
#include "jalv_internal.h"
-#include "jalv-config.h"
#include <jack/jack.h>
#include <jack/midiport.h>
diff --git a/src/jalv_console.c b/src/jalv_console.c
index a70e955..04d7c78 100644
--- a/src/jalv_console.c
+++ b/src/jalv_console.c
@@ -18,7 +18,7 @@
#include <stdbool.h>
#include <stdio.h>
-#include "jalv-config.h"
+#include "jalv_config.h"
#include "jalv_internal.h"
static int
diff --git a/src/state.c b/src/state.c
index 3ef4d3d..0d3953b 100644
--- a/src/state.c
+++ b/src/state.c
@@ -32,7 +32,7 @@
#include "lilv/lilv.h"
-#include "jalv-config.h"
+#include "jalv_config.h"
#include "jalv_internal.h"
#define NS_ATOM "http://lv2plug.in/ns/ext/atom#"