aboutsummaryrefslogtreecommitdiffstats
path: root/src/machina.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-18 20:03:31 +0000
committerDavid Robillard <d@drobilla.net>2010-12-18 20:03:31 +0000
commita8eb7f8f5b54b955c6eb23c10f2eaaca7f746ef2 (patch)
tree884130181f8b716fd133ed2d1890f2b196af0208 /src/machina.cpp
parent2b5adf2b6c8c5fa44fec0a09c351a8b4954d06d4 (diff)
downloadmachina-a8eb7f8f5b54b955c6eb23c10f2eaaca7f746ef2.tar.gz
machina-a8eb7f8f5b54b955c6eb23c10f2eaaca7f746ef2.tar.bz2
machina-a8eb7f8f5b54b955c6eb23c10f2eaaca7f746ef2.zip
Remove more things from public engine interface.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@2764 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/machina.cpp')
-rw-r--r--src/machina.cpp3
1 files changed, 2 insertions, 1 deletions
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;