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/control-point.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/control-point.h')
| -rw-r--r-- | src/ui/tool/control-point.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ui/tool/control-point.h b/src/ui/tool/control-point.h index 4e1a1db3a..f37ff1451 100644 --- a/src/ui/tool/control-point.h +++ b/src/ui/tool/control-point.h @@ -11,18 +11,19 @@ #ifndef SEEN_UI_TOOL_CONTROL_POINT_H #define SEEN_UI_TOOL_CONTROL_POINT_H +#include <gdkmm/pixbuf.h> #include <boost/utility.hpp> #include <stddef.h> -#include <sigc++/sigc++.h> +#include <sigc++/signal.h> +#include <sigc++/trackable.h> #include <2geom/point.h> #include "util/accumulators.h" #include "display/sodipodi-ctrl.h" -#include "event-context.h" #include <gtkmm/enums.h> -#include <gdkmm/pixbuf.h> class SPDesktop; +class SPEventContext; namespace Inkscape { namespace UI { |
