summaryrefslogtreecommitdiff
path: root/glib/gtree.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-12-04 01:27:44 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-12-04 01:27:44 +0000
commitbbbd329ff5bd634b4e1d4fb43b13538779e44a78 (patch)
treed9751d5c30efcbc5e8b881b129824235c8072762 /glib/gtree.c
parent6df677db748bfadbb20b0a76e2386045daaee43e (diff)
downloadglib-bbbd329ff5bd634b4e1d4fb43b13538779e44a78.tar.gz
Patch from Sven Neumann to make the include order consistent. (#71704)
Tue Dec 3 20:22:27 2002 Owen Taylor <otaylor@redhat.com> * glib/*.c: Patch from Sven Neumann to make the include order consistent. (#71704)
Diffstat (limited to 'glib/gtree.c')
-rw-r--r--glib/gtree.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/glib/gtree.c b/glib/gtree.c
index 2e4f99a73..0fd3f4d5e 100644
--- a/glib/gtree.c
+++ b/glib/gtree.c
@@ -28,9 +28,7 @@
* MT safe
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "config.h"
#include "glib.h"