diff --git a/effects.h b/effects.h index 5b00b0d..d23ced1 100644 --- a/effects.h +++ b/effects.h @@ -17,7 +17,7 @@ #ifndef GDIGI_EFFECTS_H #define GDIGI_EFFECTS_H -#include +#include typedef struct { gdouble min; /**< Minumum value */ diff --git a/gtkknob.c b/gtkknob.c index 36181b4..d64a467 100644 --- a/gtkknob.c +++ b/gtkknob.c @@ -20,12 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *****************************************************************************/ -#include -#include -#include -#include -#include +#include +#include +#include #include "gtkknob.h" diff --git a/gtkknob.h b/gtkknob.h index 6996f90..46643b8 100644 --- a/gtkknob.h +++ b/gtkknob.h @@ -3,7 +3,7 @@ * Most of this code comes from gAlan 0.2.0, copyright (C) 1999 * Tony Garnock-Jones, with modifications by Sean Bolton, * copyright (C) 2004, and minor modifications by William Weston, - * copyright (C) 2007. + * copyright (C) 2007, Tomasz Moń, copyright (C) 2009 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -22,9 +22,7 @@ #ifndef __GTK_KNOB_H__ #define __GTK_KNOB_H__ -#include -#include -#include +#include #ifdef __cplusplus extern "C" {