From cd5e6c8856a1ac7b94e0fa799c471eaa8c8ecae4 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Wed, 5 Oct 2011 00:06:08 -0700 Subject: Cleanup for src/forward.h. (About 19 of the affected files did not require the contents forward.h at all). (bzr r10667) --- src/extension/implementation/implementation.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/extension/implementation') diff --git a/src/extension/implementation/implementation.h b/src/extension/implementation/implementation.h index e648a66cd..443046846 100644 --- a/src/extension/implementation/implementation.h +++ b/src/extension/implementation/implementation.h @@ -16,12 +16,21 @@ #include #include -#include "forward.h" #include "xml/node.h" #include <2geom/forward.h> #include <2geom/point.h> +class SPDocument; +class SPStyle; + namespace Inkscape { + +namespace UI { +namespace View { +class View; +} // namespace View +} // namespace UI + namespace Extension { class Effect; -- cgit v1.2.3