summaryrefslogtreecommitdiffstats
path: root/src/PatchagePort.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/PatchagePort.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/PatchagePort.hpp')
-rw-r--r--src/PatchagePort.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchagePort.hpp b/src/PatchagePort.hpp
index 2eda81b..d70c606 100644
--- a/src/PatchagePort.hpp
+++ b/src/PatchagePort.hpp
@@ -26,7 +26,7 @@
#include "ganv/Port.hpp"
#include "ganv/Module.hpp"
-#include "patchage-config.h"
+#include "patchage_config.h"
#include "PatchageCanvas.hpp"
#include "PortID.hpp"
#include "StateManager.hpp"