diff options
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); |
