aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/engine/JackDriver.cpp2
-rw-r--r--src/engine/machina/Mutation.hpp2
-rw-r--r--src/engine/machina/Problem.hpp2
-rw-r--r--src/gui/MachinaGUI.cpp2
-rw-r--r--src/gui/main.cpp2
-rw-r--r--src/machina.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/engine/JackDriver.cpp b/src/engine/JackDriver.cpp
index 5560926..809efb9 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_PATH
+#include "config.h"
#include "jack_compat.h"
using namespace Raul;
diff --git a/src/engine/machina/Mutation.hpp b/src/engine/machina/Mutation.hpp
index 18bc621..606ca42 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_PATH
+#include "config.h"
#if HAVE_EUGENE
#include <eugene/core/Mutation.hpp>
diff --git a/src/engine/machina/Problem.hpp b/src/engine/machina/Problem.hpp
index b6f3bdc..9fc35b5 100644
--- a/src/engine/machina/Problem.hpp
+++ b/src/engine/machina/Problem.hpp
@@ -18,7 +18,7 @@
#ifndef MACHINA_PROBLEM_HPP
#define MACHINA_PROBLEM_HPP
-#include CONFIG_H_PATH
+#include "config.h"
#include <map>
#include <raul/MIDISink.hpp>
diff --git a/src/gui/MachinaGUI.cpp b/src/gui/MachinaGUI.cpp
index 2af30b5..81d9053 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_PATH
+#include "config.h"
#include <cmath>
#include <sstream>
diff --git a/src/gui/main.cpp b/src/gui/main.cpp
index c232ffd..93a7611 100644
--- a/src/gui/main.cpp
+++ b/src/gui/main.cpp
@@ -20,7 +20,7 @@
#include <string>
#include <libgnomecanvasmm.h>
#include <redlandmm/World.hpp>
-#include CONFIG_H_PATH
+#include "config.h"
#include "machina/Machine.hpp"
#include "machina/Loader.hpp"
#include "machina/SMFDriver.hpp"
diff --git a/src/machina.cpp b/src/machina.cpp
index dfbd20c..b2b668b 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_PATH
+#include "config.h"
#include <iostream>
#include <signal.h>