From: pjrm Date: Sat, 5 Jul 2008 12:04:50 +0000 (+0000) Subject: widgets/select-toolbar.h: Supply missing #includes/declarations so that we don't... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d5b7e1b1e4973311fcc2a2530fb1f526eefca5f6;p=inkscape.git 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.) --- 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);