aboutsummaryrefslogtreecommitdiffstats
path: root/src/machina.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
commitc614d09725675f7595df57b02ffe906a70efddd3 (patch)
tree66355fb54a8d1b56b0257ca24d451a6689fd59db /src/machina.cpp
parentccbf27cd5c0e12c5361ef8ca0162ceaeecdab832 (diff)
downloadmachina-c614d09725675f7595df57b02ffe906a70efddd3.tar.gz
machina-c614d09725675f7595df57b02ffe906a70efddd3.tar.bz2
machina-c614d09725675f7595df57b02ffe906a70efddd3.zip
Use consistent *_config.h rather than *-config.h.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3963 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/machina.cpp')
-rw-r--r--src/machina.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machina.cpp b/src/machina.cpp
index 78bcbfc..35ba7f1 100644
--- a/src/machina.cpp
+++ b/src/machina.cpp
@@ -15,7 +15,7 @@
* along with Machina. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "machina-config.h"
+#include "machina_config.h"
#include <iostream>
#include <signal.h>