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/dialogs/dialog-events.h | 11 ++++++++--- src/dialogs/item-properties.h | 6 ++---- src/dialogs/object-attributes.h | 4 ++-- 3 files changed, 12 insertions(+), 9 deletions(-) (limited to 'src/dialogs') diff --git a/src/dialogs/dialog-events.h b/src/dialogs/dialog-events.h index 9c0a82f23..53be16682 100644 --- a/src/dialogs/dialog-events.h +++ b/src/dialogs/dialog-events.h @@ -9,11 +9,10 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#ifndef __DIALOG_EVENTS_H__ -#define __DIALOG_EVENTS_H__ +#ifndef SEEN_DIALOG_EVENTS_H +#define SEEN_DIALOG_EVENTS_H #include -#include /* * event callback can only accept one argument, but we need two, @@ -28,6 +27,12 @@ namespace Gtk { class Window; class Entry; } + +class SPDesktop; + +namespace Inkscape { +class Application; +} // namespace Inkscape typedef struct { GtkWidget *win; diff --git a/src/dialogs/item-properties.h b/src/dialogs/item-properties.h index 7d57ae5e8..51f5d7032 100644 --- a/src/dialogs/item-properties.h +++ b/src/dialogs/item-properties.h @@ -11,13 +11,11 @@ #ifndef SEEN_DIALOGS_ITEM_PROPERTIES_H #define SEEN_DIALOGS_ITEM_PROPERTIES_H -#include #include -#include "../forward.h" -GtkWidget *sp_item_widget_new (void); +GtkWidget *sp_item_widget_new(void); -void sp_item_dialog (void); +void sp_item_dialog(void); #endif diff --git a/src/dialogs/object-attributes.h b/src/dialogs/object-attributes.h index b490ebfa1..53b3ee37f 100644 --- a/src/dialogs/object-attributes.h +++ b/src/dialogs/object-attributes.h @@ -13,8 +13,8 @@ #define SEEN_DIALOGS_OBJECT_ATTRIBUTES_H #include -#include -#include "../forward.h" + +class SPObject; void sp_object_attributes_dialog (SPObject *object, const gchar *tag); -- cgit v1.2.3