aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/engine/JackDriver.cpp2
-rw-r--r--src/engine/machina/Mutation.hpp2
-rw-r--r--src/gui/GladeXml.hpp2
-rw-r--r--src/gui/MachinaGUI.cpp2
-rw-r--r--src/gui/MachinaGUI.hpp2
-rw-r--r--src/gui/main.cpp2
-rw-r--r--src/machina.cpp2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/engine/JackDriver.cpp b/src/engine/JackDriver.cpp
index 03a3de2..68aca43 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 "config.h"
+#include "wafconfig.h"
#include "jack_compat.h"
using namespace Raul;
diff --git a/src/engine/machina/Mutation.hpp b/src/engine/machina/Mutation.hpp
index eca3e37..ffd186e 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 "config.h"
+#include "wafconfig.h"
#ifdef HAVE_EUGENE
#include "eugene/Mutation.hpp"
diff --git a/src/gui/GladeXml.hpp b/src/gui/GladeXml.hpp
index 09ba044..6e3ea3c 100644
--- a/src/gui/GladeXml.hpp
+++ b/src/gui/GladeXml.hpp
@@ -19,7 +19,7 @@
#include <string>
#include <gtkmm.h>
#include <libglademm/xml.h>
-#include "config.h"
+#include "wafconfig.h"
class GladeXml
{
diff --git a/src/gui/MachinaGUI.cpp b/src/gui/MachinaGUI.cpp
index 761fb8d..a71a980 100644
--- a/src/gui/MachinaGUI.cpp
+++ b/src/gui/MachinaGUI.cpp
@@ -15,7 +15,7 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#include "config.h"
+#include "wafconfig.h"
#include <cmath>
#include <sstream>
diff --git a/src/gui/MachinaGUI.hpp b/src/gui/MachinaGUI.hpp
index 421aff6..28ae5c6 100644
--- a/src/gui/MachinaGUI.hpp
+++ b/src/gui/MachinaGUI.hpp
@@ -20,7 +20,7 @@
#include <string>
#include <libgnomecanvasmm.h>
-#include "config.h"
+#include "wafconfig.h"
#include "raul/SharedPtr.hpp"
#include "raul/Maid.hpp"
diff --git a/src/gui/main.cpp b/src/gui/main.cpp
index 008ebae..62d47c1 100644
--- a/src/gui/main.cpp
+++ b/src/gui/main.cpp
@@ -15,7 +15,7 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#include "config.h"
+#include "wafconfig.h"
#include <signal.h>
#include <iostream>
#include <string>
diff --git a/src/machina.cpp b/src/machina.cpp
index b2b668b..c8f36c2 100644
--- a/src/machina.cpp
+++ b/src/machina.cpp
@@ -15,7 +15,7 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#include "config.h"
+#include "wafconfig.h"
#include <iostream>
#include <signal.h>