diff options
| author | Peter Moulder <peter.moulder@monash.edu> | 2008-07-05 12:04:50 +0000 |
|---|---|---|
| committer | pjrm <pjrm@users.sourceforge.net> | 2008-07-05 12:04:50 +0000 |
| commit | c8c01b1fb52037202e9bc2ca30608c66989e2ac5 (patch) | |
| tree | f6d006574fb8f153e05462bb77738ee0cf1da4d8 /src | |
| parent | widgets/calligraphic-profile-rename.h: Supply missing #includes/declarations ... (diff) | |
| download | inkscape-c8c01b1fb52037202e9bc2ca30608c66989e2ac5.tar.gz inkscape-c8c01b1fb52037202e9bc2ca30608c66989e2ac5.zip | |
widgets/select-toolbar.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
(bzr r6191)
Diffstat (limited to 'src')
| -rw-r--r-- | src/widgets/select-toolbar.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/widgets/select-toolbar.h b/src/widgets/select-toolbar.h index d86ec695b..fe5a0b8da 100644 --- a/src/widgets/select-toolbar.h +++ b/src/widgets/select-toolbar.h @@ -1,9 +1,10 @@ #ifndef SEEN_SELECT_TOOLBAR_H #define SEEN_SELECT_TOOLBAR_H -/* +/** \file * Selector aux toolbar - * + */ +/* * Authors: * Lauris Kaplinski <lauris@kaplinski.com> * bulia byak <bulia@dr.com> @@ -13,9 +14,9 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ +#include <gtk/gtkactiongroup.h> #include <gtk/gtkstyle.h> - -#include <forward.h> +struct SPDesktop; void sp_select_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder); |
