aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-12-16 08:45:46 +0000
committerDavid Robillard <d@drobilla.net>2008-12-16 08:45:46 +0000
commitd33cdd53fbde024b453ab1b2c54b55380628a08c (patch)
treed9c1fec99e0e3ee395d48f46d1cfb55a52e89acc /src/engine
parentc1a447d2d9c402c60b0b66409ad1f3e88d3a3cc9 (diff)
downloadmachina-d33cdd53fbde024b453ab1b2c54b55380628a08c.tar.gz
machina-d33cdd53fbde024b453ab1b2c54b55380628a08c.tar.bz2
machina-d33cdd53fbde024b453ab1b2c54b55380628a08c.zip
Trim include dependency tree.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@1870 a436a847-0d15-0410-975c-d299462d15a1
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"