From c09eb4fdcbaf5948b1a2758916b5669764d5bc28 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Sat, 5 Jul 2008 16:03:49 +0000 Subject: [PATCH] remove #if HAVE_CONFIG_H and clean up other include weirdness in this 2008-07-05 Michael Natterer * gtk/gtkprogressbar.c: remove #if HAVE_CONFIG_H and clean up other include weirdness in this file. svn path=/trunk/; revision=20779 --- ChangeLog | 5 +++++ gtk/gtkprogressbar.c | 12 +++--------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 029fc163f3..0d0ec324d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-05 Michael Natterer + + * gtk/gtkprogressbar.c: remove #if HAVE_CONFIG_H and clean up + other include weirdness in this file. + 2008-07-05 Matthias Clasen * NEWS: Updates diff --git a/gtk/gtkprogressbar.c b/gtk/gtkprogressbar.c index 8f5e1463f0..55534c4e8a 100644 --- a/gtk/gtkprogressbar.c +++ b/gtk/gtkprogressbar.c @@ -24,15 +24,9 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ -#if HAVE_CONFIG_H -# include -# if STDC_HEADERS -# include -# include -# endif -#else -# include -#endif +#include "config.h" + +#include #include "gtkprogressbar.h" #include "gtkprivate.h"