Tue May 7 15:03:02 2002 Owen Taylor <otaylor@redhat.com>
* glib-genmarshal.c: Fix include order for config.h (#71704,
Morten Welinder)
+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
* 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>