mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 06:51:10 +00:00
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:
parent
477248655a
commit
c09eb4fdcb
@ -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>
|
2008-07-05 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* NEWS: Updates
|
* NEWS: Updates
|
||||||
|
@ -24,15 +24,9 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#include "config.h"
|
||||||
# include <config.h>
|
|
||||||
# if STDC_HEADERS
|
#include <string.h>
|
||||||
# include <string.h>
|
|
||||||
# include <stdio.h>
|
|
||||||
# endif
|
|
||||||
#else
|
|
||||||
# include <stdio.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "gtkprogressbar.h"
|
#include "gtkprogressbar.h"
|
||||||
#include "gtkprivate.h"
|
#include "gtkprivate.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user