summaryrefslogtreecommitdiffstats
path: root/src/UIFile.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
commiteba47525257b6836cad1482553ecd5b9284c0765 (patch)
tree3aa775f987306e740b05ddd548b437d41be06d7e /src/UIFile.hpp
parentc720110f9b6788ffed271df21ce0f5e2c5355c9c (diff)
downloadpatchage-eba47525257b6836cad1482553ecd5b9284c0765.tar.gz
patchage-eba47525257b6836cad1482553ecd5b9284c0765.tar.bz2
patchage-eba47525257b6836cad1482553ecd5b9284c0765.zip
Use consistent *_config.h rather than *-config.h.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3963 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/UIFile.hpp')
-rw-r--r--src/UIFile.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UIFile.hpp b/src/UIFile.hpp
index 3418656..d0b551c 100644
--- a/src/UIFile.hpp
+++ b/src/UIFile.hpp
@@ -24,7 +24,7 @@
#include <gtkmm/builder.h>
-#include "patchage-config.h"
+#include "patchage_config.h"
#ifdef PATCHAGE_BINLOC
#include "binary_location.h"
#endif