From d5b7e1b1e4973311fcc2a2530fb1f526eefca5f6 Mon Sep 17 00:00:00 2001 From: pjrm Date: Sat, 5 Jul 2008 12:04:50 +0000 Subject: [PATCH] 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.) --- src/widgets/select-toolbar.h | 9 +++++---- 1 file 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 * bulia byak @@ -13,9 +14,9 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ +#include #include - -#include +struct SPDesktop; void sp_select_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder); -- 2.30.2