summaryrefslogtreecommitdiffstats
path: root/src/dialogs/item-properties.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-10-05 07:06:08 +0000
committerJon A. Cruz <jon@joncruz.org>2011-10-05 07:06:08 +0000
commitcd5e6c8856a1ac7b94e0fa799c471eaa8c8ecae4 (patch)
treea2cc09e750a94433c9a90052474ea7a6889ec6b5 /src/dialogs/item-properties.h
parentCleaned up display-forward.h, including many redundant usages. (diff)
downloadinkscape-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/dialogs/item-properties.h')
-rw-r--r--src/dialogs/item-properties.h6
1 files changed, 2 insertions, 4 deletions
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 <glib.h>
#include <gtk/gtk.h>
-#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