Fix include order for config.h (#71704, Morten Welinder)
authorOwen Taylor <otaylor@redhat.com>
Tue, 7 May 2002 19:06:14 +0000 (19:06 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 7 May 2002 19:06:14 +0000 (19:06 +0000)
Tue May  7 15:03:02 2002  Owen Taylor  <otaylor@redhat.com>

        * glib-genmarshal.c: Fix include order for config.h (#71704,
        Morten Welinder)

gobject/ChangeLog
gobject/glib-genmarshal.c

index 44fd43bc780c47aa94f797269c9202bbda47deb9..15ea9b5a9e068398ef5e9536992e401068163563 100644 (file)
@@ -1,3 +1,8 @@
+Tue May  7 15:03:02 2002  Owen Taylor  <otaylor@redhat.com>
+
+        * glib-genmarshal.c: Fix include order for config.h (#71704,
+        Morten Welinder)
+
 2002-05-07  Michael Natterer  <mitch@gimp.org>
 
        * Makefile.am: use the glib-genmarshal found at configure time
index 73112a952078240e117f29f58f0c4f5df6d0dd68..8d8393e3dad15ed4445a5f2eda4d6f9d401d2b60 100644 (file)
  * 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       <glib.h>
-#include       "config.h"
 
 #include       <stdio.h>
 #include       <stdlib.h>