From a8eb7f8f5b54b955c6eb23c10f2eaaca7f746ef2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 18 Dec 2010 20:03:31 +0000 Subject: Remove more things from public engine interface. git-svn-id: http://svn.drobilla.net/lad/trunk/machina@2764 a436a847-0d15-0410-975c-d299462d15a1 --- src/machina.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/machina.cpp') diff --git a/src/machina.cpp b/src/machina.cpp index 93815a0..11148a9 100644 --- a/src/machina.cpp +++ b/src/machina.cpp @@ -22,7 +22,6 @@ #include "machina/Action.hpp" #include "machina/Edge.hpp" #include "machina/Engine.hpp" -#include "machina/JackDriver.hpp" #include "machina/Machine.hpp" #include "machina/MidiAction.hpp" #include "machina/Node.hpp" @@ -30,6 +29,8 @@ #include "machina/Problem.hpp" #endif +#include "JackDriver.hpp" + using namespace std; using namespace Machina; -- cgit v1.2.1