diff options
| author | Markus Engel <markus.engel@tum.de> | 2014-03-26 21:14:16 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2014-03-26 21:14:16 +0000 |
| commit | 2af3266fc2db760a1c8771e5945a0c94587d18e8 (patch) | |
| tree | 7424a03211c9a27311d034ecd5366eecde58fb85 /src/ui/tools/arc-tool.h | |
| parent | Two more changes in libuemf to silence analyzer. (diff) | |
| download | inkscape-2af3266fc2db760a1c8771e5945a0c94587d18e8.tar.gz inkscape-2af3266fc2db760a1c8771e5945a0c94587d18e8.zip | |
Cleaned up includes of tools / revert experimental casting macro replacements from r13061
(bzr r13216)
Diffstat (limited to 'src/ui/tools/arc-tool.h')
| -rw-r--r-- | src/ui/tools/arc-tool.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/ui/tools/arc-tool.h b/src/ui/tools/arc-tool.h index eaa50f2b9..c4c67660d 100644 --- a/src/ui/tools/arc-tool.h +++ b/src/ui/tools/arc-tool.h @@ -16,12 +16,18 @@ */ #include <stddef.h> -#include <sigc++/connection.h> #include <2geom/point.h> +#include <sigc++/connection.h> + #include "ui/tools/tool-base.h" -#include "sp-ellipse.h" +class SPItem; +class SPGenericEllipse; + +namespace Inkscape { + class Selection; +} #define SP_ARC_CONTEXT(obj) (dynamic_cast<Inkscape::UI::Tools::ArcTool*>((Inkscape::UI::Tools::ToolBase*)obj)) #define SP_IS_ARC_CONTEXT(obj) (dynamic_cast<const Inkscape::UI::Tools::ArcTool*>(const Inkscape::UI::Tools::ToolBase*(obj)) != NULL) |
