summaryrefslogtreecommitdiffstats
path: root/src/gui/LoadPluginWindow.hpp
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/LoadPluginWindow.hpp
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/LoadPluginWindow.hpp')
-rw-r--r--src/gui/LoadPluginWindow.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/LoadPluginWindow.hpp b/src/gui/LoadPluginWindow.hpp
index 7029bdc3..7d5a56d5 100644
--- a/src/gui/LoadPluginWindow.hpp
+++ b/src/gui/LoadPluginWindow.hpp
@@ -25,7 +25,7 @@
#include "raul/SharedPtr.hpp"
#include "raul/Table.hpp"
-#include "ingen-config.h"
+#include "ingen_config.h"
#include "ingen/GraphObject.hpp"
#include "ingen/client/ClientStore.hpp"