aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/machina/Node.hpp
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/engine/machina/Node.hpp
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/engine/machina/Node.hpp')
-rw-r--r--src/engine/machina/Node.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/engine/machina/Node.hpp b/src/engine/machina/Node.hpp
index 7d90265..730c82b 100644
--- a/src/engine/machina/Node.hpp
+++ b/src/engine/machina/Node.hpp
@@ -18,10 +18,11 @@
#ifndef MACHINA_NODE_HPP
#define MACHINA_NODE_HPP
-#include "raul/SharedPtr.hpp"
#include "raul/List.hpp"
-#include "raul/Stateful.hpp"
#include "raul/MIDISink.hpp"
+#include "raul/SharedPtr.hpp"
+#include "raul/Stateful.hpp"
+
#include "Action.hpp"
#include "Schrodinbit.hpp"