summaryrefslogtreecommitdiffstats
path: root/src/gui/GladeFactory.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-12-21 17:04:40 +0000
committerDavid Robillard <d@drobilla.net>2008-12-21 17:04:40 +0000
commit62ad851a3614c64207961dcc26ddce052ae9f573 (patch)
tree108d2d3abbbcd8ccd54937c4f39b681a2339c636 /src/gui/GladeFactory.cpp
parent119bbf863ba8ec16a38ed7eb9e4d2b5476793cb4 (diff)
downloadingen-62ad851a3614c64207961dcc26ddce052ae9f573.tar.gz
ingen-62ad851a3614c64207961dcc26ddce052ae9f573.tar.bz2
ingen-62ad851a3614c64207961dcc26ddce052ae9f573.zip
Change configuration header name to something less likely to conflict.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1887 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/GladeFactory.cpp')
-rw-r--r--src/gui/GladeFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/GladeFactory.cpp b/src/gui/GladeFactory.cpp
index 792e67ac..92cb1714 100644
--- a/src/gui/GladeFactory.cpp
+++ b/src/gui/GladeFactory.cpp
@@ -18,7 +18,7 @@
#include "GladeFactory.hpp"
#include <iostream>
#include <fstream>
-#include "config.h"
+#include "wafconfig.h"
#include "shared/runtime_paths.hpp"
using namespace std;