aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/machina
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/machina')
-rw-r--r--src/engine/machina/Mutation.hpp2
-rw-r--r--src/engine/machina/Problem.hpp2
2 files changed, 2 insertions, 2 deletions
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>