summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchWindow.cpp
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
commit063f33ee87cc4e13c83567ee4860ed08f8f0ee43 (patch)
treed5ed94ac2c44516c428a6bae618defcd62b615a9 /src/gui/PatchWindow.cpp
parenta00df30624e82689c4406cfb686bab2c6c5e729a (diff)
downloadingen-063f33ee87cc4e13c83567ee4860ed08f8f0ee43.tar.gz
ingen-063f33ee87cc4e13c83567ee4860ed08f8f0ee43.tar.bz2
ingen-063f33ee87cc4e13c83567ee4860ed08f8f0ee43.zip
Use consistent *_config.h rather than *-config.h.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3963 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/PatchWindow.cpp')
-rw-r--r--src/gui/PatchWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/PatchWindow.cpp b/src/gui/PatchWindow.cpp
index e4f737cb..da0fe769 100644
--- a/src/gui/PatchWindow.cpp
+++ b/src/gui/PatchWindow.cpp
@@ -44,7 +44,7 @@
#include "PatchWindow.hpp"
#include "ThreadedLoader.hpp"
#include "WindowFactory.hpp"
-#include "ingen-config.h"
+#include "ingen_config.h"
#ifdef HAVE_WEBKIT
#include <webkit/webkit.h>