diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-10-05 07:06:08 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-10-05 07:06:08 +0000 |
| commit | cd5e6c8856a1ac7b94e0fa799c471eaa8c8ecae4 (patch) | |
| tree | a2cc09e750a94433c9a90052474ea7a6889ec6b5 /src/shape-editor.h | |
| parent | Cleaned up display-forward.h, including many redundant usages. (diff) | |
| download | inkscape-cd5e6c8856a1ac7b94e0fa799c471eaa8c8ecae4.tar.gz inkscape-cd5e6c8856a1ac7b94e0fa799c471eaa8c8ecae4.zip | |
Cleanup for src/forward.h. (About 19 of the affected files did not require the contents forward.h at all).
(bzr r10667)
Diffstat (limited to 'src/shape-editor.h')
| -rw-r--r-- | src/shape-editor.h | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/shape-editor.h b/src/shape-editor.h index 1f0958a3e..206ff269b 100644 --- a/src/shape-editor.h +++ b/src/shape-editor.h @@ -1,5 +1,5 @@ -#ifndef __SHAPE_EDITOR_H__ -#define __SHAPE_EDITOR_H__ +#ifndef SEEN_SHAPE_EDITOR_H +#define SEEN_SHAPE_EDITOR_H /* * Inkscape::ShapeEditor @@ -12,17 +12,20 @@ * */ -#include <forward.h> +#include <glib.h> + #include <2geom/forward.h> + namespace Inkscape { namespace NodePath { class Path; } } namespace Inkscape { namespace XML { class Node; } } class KnotHolder; +class LivePathEffectObject; class SPDesktop; +class SPItem; class SPNodeContext; class ShapeEditorsCollective; -class LivePathEffectObject; #include <2geom/point.h> #include <boost/optional.hpp> @@ -73,7 +76,7 @@ private: Inkscape::XML::Node *knotholder_listener_attached_for; }; -#endif +#endif // SEEN_SHAPE_EDITOR_H /* |
