diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-10-05 07:06:08 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-10-05 07:06:08 +0000 |
| commit | cd5e6c8856a1ac7b94e0fa799c471eaa8c8ecae4 (patch) | |
| tree | a2cc09e750a94433c9a90052474ea7a6889ec6b5 /src/widgets/sp-attribute-widget.h | |
| parent | Cleaned up display-forward.h, including many redundant usages. (diff) | |
| download | inkscape-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/widgets/sp-attribute-widget.h')
| -rw-r--r-- | src/widgets/sp-attribute-widget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/sp-attribute-widget.h b/src/widgets/sp-attribute-widget.h index d5445c8bb..93342ff4e 100644 --- a/src/widgets/sp-attribute-widget.h +++ b/src/widgets/sp-attribute-widget.h @@ -42,9 +42,9 @@ struct SPAttributeWidgetClass; struct SPAttributeTable; struct SPAttributeTableClass; -#include <gtk/gtk.h> +class SPObject; -#include <forward.h> +#include <gtk/gtk.h> struct SPAttributeWidget { GtkEntry entry; |
