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/execution-env.h | 8 +++++++- src/extension/implementation/implementation.h | 11 ++++++++++- src/extension/print.h | 1 - 3 files changed, 17 insertions(+), 3 deletions(-) (limited to 'src/extension') diff --git a/src/extension/execution-env.h b/src/extension/execution-env.h index be7cf3fb7..92f496b90 100644 --- a/src/extension/execution-env.h +++ b/src/extension/execution-env.h @@ -17,10 +17,16 @@ #include -#include "forward.h" #include "extension.h" namespace Inkscape { + +namespace UI { +namespace View { +class View; +} // namespace View +} // namespace UI + namespace Extension { class Effect; 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; diff --git a/src/extension/print.h b/src/extension/print.h index 8d401d646..c1afe59b3 100644 --- a/src/extension/print.h +++ b/src/extension/print.h @@ -13,7 +13,6 @@ #include "extension.h" -#include "forward.h" #include "sp-item.h" namespace Inkscape { -- cgit v1.2.3