aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/Edge.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/Edge.hpp')
-rw-r--r--src/engine/Edge.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/engine/Edge.hpp b/src/engine/Edge.hpp
index db91ca7..e2ddb98 100644
--- a/src/engine/Edge.hpp
+++ b/src/engine/Edge.hpp
@@ -18,7 +18,6 @@
#define MACHINA_EDGE_HPP
#include <list>
-#include <boost/utility.hpp>
#include "raul/DoubleBuffer.hpp"
@@ -31,8 +30,7 @@ namespace machina {
class Node;
-class Edge
- : public Stateful
+class Edge : public Stateful
{
public:
Edge(WPtr<Node> tail, SPtr<Node> head, float probability=1.0f)