summaryrefslogtreecommitdiff
path: root/glib/gstrfuncs.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/gstrfuncs.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/gstrfuncs.c')
-rw-r--r--glib/gstrfuncs.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/glib/gstrfuncs.c b/glib/gstrfuncs.c
index 4f74f78fb..dab25047b 100644
--- a/glib/gstrfuncs.c
+++ b/glib/gstrfuncs.c
@@ -28,9 +28,7 @@
* MT safe
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "config.h"
#define _GNU_SOURCE /* For stpcpy */
@@ -44,6 +42,7 @@
#if !defined (HAVE_STRSIGNAL) || !defined(NO_SYS_SIGLIST_DECL)
#include <signal.h>
#endif
+
#include "glib.h"
#include "gprintfint.h"