summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tool/node.h')
-rw-r--r--src/ui/tool/node.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/ui/tool/node.h b/src/ui/tool/node.h
index 88f5b8882..94b67da59 100644
--- a/src/ui/tool/node.h
+++ b/src/ui/tool/node.h
@@ -11,18 +11,15 @@
#ifndef SEEN_UI_TOOL_NODE_H
#define SEEN_UI_TOOL_NODE_H
-#include <glib.h>
#include <iterator>
#include <iosfwd>
#include <stdexcept>
#include <cstddef>
#include <tr1/functional>
-#include <boost/utility.hpp>
+#include <boost/enable_shared_from_this.hpp>
#include <boost/shared_ptr.hpp>
-#include <boost/optional.hpp>
-#include <boost/operators.hpp>
-#include "snapped-point.h"
#include "ui/tool/selectable-control-point.h"
+#include "snapped-point.h"
#include "ui/tool/node-types.h"