aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/machina/Node.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/machina/Node.hpp')
-rw-r--r--src/engine/machina/Node.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/machina/Node.hpp b/src/engine/machina/Node.hpp
index 730c82b..227e291 100644
--- a/src/engine/machina/Node.hpp
+++ b/src/engine/machina/Node.hpp
@@ -21,10 +21,10 @@
#include "raul/List.hpp"
#include "raul/MIDISink.hpp"
#include "raul/SharedPtr.hpp"
-#include "raul/Stateful.hpp"
#include "Action.hpp"
#include "Schrodinbit.hpp"
+#include "Stateful.hpp"
namespace Machina {
@@ -42,7 +42,7 @@ using Raul::TimeUnit;
* Initial nodes do not have enter actions (since they are entered at
* an undefined point in time <= 0).
*/
-class Node : public Raul::Stateful {
+class Node : public Stateful {
public:
typedef std::string ID;