From 2038143ae7216b1c454472d2c798c850990ad966 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Tue, 7 May 2002 19:06:14 +0000 Subject: Fix include order for config.h (#71704, Morten Welinder) Tue May 7 15:03:02 2002 Owen Taylor * glib-genmarshal.c: Fix include order for config.h (#71704, Morten Welinder) --- gobject/ChangeLog | 5 +++++ gobject/glib-genmarshal.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'gobject') diff --git a/gobject/ChangeLog b/gobject/ChangeLog index 44fd43bc7..15ea9b5a9 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,8 @@ +Tue May 7 15:03:02 2002 Owen Taylor + + * glib-genmarshal.c: Fix include order for config.h (#71704, + Morten Welinder) + 2002-05-07 Michael Natterer * Makefile.am: use the glib-genmarshal found at configure time diff --git a/gobject/glib-genmarshal.c b/gobject/glib-genmarshal.c index 73112a952..8d8393e3d 100644 --- a/gobject/glib-genmarshal.c +++ b/gobject/glib-genmarshal.c @@ -16,10 +16,11 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ +#include "config.h" + #undef G_LOG_DOMAIN #define G_LOG_DOMAIN "GLib-Genmarshal" #include -#include "config.h" #include #include -- cgit v1.2.1