aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/JackDriver.cpp2
-rw-r--r--src/engine/Loader.cpp2
-rw-r--r--src/engine/machina/Mutation.hpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/JackDriver.cpp b/src/engine/JackDriver.cpp
index b5aafe6..9993866 100644
--- a/src/engine/JackDriver.cpp
+++ b/src/engine/JackDriver.cpp
@@ -19,7 +19,7 @@
#include <iomanip>
#include "machina/JackDriver.hpp"
#include "machina/MidiAction.hpp"
-#include "wafconfig.h"
+#include "machina-config.h"
#include "jack_compat.h"
using namespace Raul;
diff --git a/src/engine/Loader.cpp b/src/engine/Loader.cpp
index 07867ad..6d1409d 100644
--- a/src/engine/Loader.cpp
+++ b/src/engine/Loader.cpp
@@ -25,7 +25,7 @@
#include "machina/Edge.hpp"
#include "machina/Machine.hpp"
#include "machina/ActionFactory.hpp"
-#include "wafconfig.h"
+#include "machina-config.h"
using namespace Raul;
using namespace std;
diff --git a/src/engine/machina/Mutation.hpp b/src/engine/machina/Mutation.hpp
index ffd186e..de31fc3 100644
--- a/src/engine/machina/Mutation.hpp
+++ b/src/engine/machina/Mutation.hpp
@@ -18,7 +18,7 @@
#ifndef MACHINA_MACHINE_MUTATION_HPP
#define MACHINA_MACHINE_MUTATION_HPP
-#include "wafconfig.h"
+#include "machina-config.h"
#ifdef HAVE_EUGENE
#include "eugene/Mutation.hpp"