From bbbd329ff5bd634b4e1d4fb43b13538779e44a78 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Wed, 4 Dec 2002 01:27:44 +0000 Subject: Patch from Sven Neumann to make the include order consistent. (#71704) Tue Dec 3 20:22:27 2002 Owen Taylor * glib/*.c: Patch from Sven Neumann to make the include order consistent. (#71704) --- glib/garray.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'glib/garray.c') diff --git a/glib/garray.c b/glib/garray.c index 260ef64b4..02e3d31c4 100644 --- a/glib/garray.c +++ b/glib/garray.c @@ -28,9 +28,7 @@ * MT safe */ -#ifdef HAVE_CONFIG_H -#include -#endif +#include "config.h" #include #include -- cgit v1.2.1