diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-04 01:27:44 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-04 01:27:44 +0000 |
commit | bbbd329ff5bd634b4e1d4fb43b13538779e44a78 (patch) | |
tree | d9751d5c30efcbc5e8b881b129824235c8072762 /glib/gmem.c | |
parent | 6df677db748bfadbb20b0a76e2386045daaee43e (diff) | |
download | glib-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/gmem.c')
-rw-r--r-- | glib/gmem.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/glib/gmem.c b/glib/gmem.c index 5d3a13a5c..22445a864 100644 --- a/glib/gmem.c +++ b/glib/gmem.c @@ -28,13 +28,12 @@ * MT safe */ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif +#include "config.h" #include <stdlib.h> #include <string.h> #include <signal.h> + #include "glib.h" |