aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/machina/Mutation.hpp2
-rw-r--r--src/engine/machina/Problem.hpp2
2 files changed, 1 insertions, 3 deletions
diff --git a/src/engine/machina/Mutation.hpp b/src/engine/machina/Mutation.hpp
index 6d97d29..eca3e37 100644
--- a/src/engine/machina/Mutation.hpp
+++ b/src/engine/machina/Mutation.hpp
@@ -20,7 +20,7 @@
#include "config.h"
-#if HAVE_EUGENE
+#ifdef HAVE_EUGENE
#include "eugene/Mutation.hpp"
#define SUPER : public Eugene::Mutation<Machine>
#else
diff --git a/src/engine/machina/Problem.hpp b/src/engine/machina/Problem.hpp
index 9f15e09..c0c1662 100644
--- a/src/engine/machina/Problem.hpp
+++ b/src/engine/machina/Problem.hpp
@@ -18,8 +18,6 @@
#ifndef MACHINA_PROBLEM_HPP
#define MACHINA_PROBLEM_HPP
-#include "config.h"
-
#include <map>
#include "raul/MIDISink.hpp"
#include "machina/Machine.hpp"