remove #if HAVE_CONFIG_H and clean up other include weirdness in this

2008-07-05  Michael Natterer  <mitch@imendio.com>

	* gtk/gtkprogressbar.c: remove #if HAVE_CONFIG_H and clean up
	other include weirdness in this file.


svn path=/trunk/; revision=20779
This commit is contained in:
Michael Natterer 2008-07-05 16:03:49 +00:00 committed by Michael Natterer
parent 477248655a
commit c09eb4fdcb
2 changed files with 8 additions and 9 deletions

View File

@ -1,3 +1,8 @@
2008-07-05 Michael Natterer <mitch@imendio.com>
* gtk/gtkprogressbar.c: remove #if HAVE_CONFIG_H and clean up
other include weirdness in this file.
2008-07-05 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates

View File

@ -24,15 +24,9 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
#if HAVE_CONFIG_H
# include <config.h>
# if STDC_HEADERS
#include "config.h"
#include <string.h>
# include <stdio.h>
# endif
#else
# include <stdio.h>
#endif
#include "gtkprogressbar.h"
#include "gtkprivate.h"