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/helper/action.h | 7 ++++++- src/helper/stock-items.h | 6 ++++-- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'src/helper') diff --git a/src/helper/action.h b/src/helper/action.h index e7c799992..0cd010b34 100644 --- a/src/helper/action.h +++ b/src/helper/action.h @@ -14,7 +14,7 @@ #include #include -#include "forward.h" +#include struct SPAction; struct SPActionClass; @@ -26,6 +26,11 @@ struct SPActionClass; namespace Inkscape { class Verb; +namespace UI { +namespace View { +class View; +} // namespace View +} // namespace UI } /** All the data that is required to be an action. This diff --git a/src/helper/stock-items.h b/src/helper/stock-items.h index ddad55415..7299e070e 100644 --- a/src/helper/stock-items.h +++ b/src/helper/stock-items.h @@ -1,4 +1,5 @@ -#define __INK_STOCK_ITEMS__ +#ifndef SEEN_INK_STOCK_ITEMS_H +#define SEEN_INK_STOCK_ITEMS_H /* * Stock-items @@ -14,7 +15,8 @@ #include -#include +class SPObject; SPObject *get_stock_item(gchar const *urn); +#endif // SEEN_INK_STOCK_ITEMS_H -- cgit v1.2.3