diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-29 01:16:51 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-29 01:16:51 +0000 |
| commit | dfee660d61d18c55d5f0912b3a87958d631eb6fa (patch) | |
| tree | acdb49deedd5bb761f4642874d451d92bf81886b /src/ui/tool/node.h | |
| parent | Dutch translation: minor update (diff) | |
| download | inkscape-dfee660d61d18c55d5f0912b3a87958d631eb6fa.tar.gz inkscape-dfee660d61d18c55d5f0912b3a87958d631eb6fa.zip | |
Header tidying, suppress all gdk deprecation errors in gtkmm
(bzr r11030)
Diffstat (limited to 'src/ui/tool/node.h')
| -rw-r--r-- | src/ui/tool/node.h | 7 |
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" |
