Improvde #include order consistency
authorMatthias Clasen <mclasen@redhat.com>
Tue, 1 Jan 2013 18:54:54 +0000 (13:54 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 1 Jan 2013 18:54:54 +0000 (13:54 -0500)
This was mostly fixed already, just re-fix a few details here.
https://bugzilla.gnome.org/show_bug.cgi?id=71704

gobject/gatomicarray.c
gobject/gclosure.c
gobject/glib-genmarshal.c
gobject/gtype.c

index d621e945f1cc6ccf0f3b27e542f15d2cee0e4069..77966f2eb4d2a064bd6a5e9ec10928e3c97ddde9 100644 (file)
 
 #include "config.h"
 
-#include "gatomicarray.h"
-
 #include <string.h>
 
+#include "gatomicarray.h"
+
 /* A GAtomicArray is a growable, mutable array of data
  * generally of the form of a header of a specific size and
  * then a array of items of a fixed size.
index 14647e8311f9793d98b62ad8236467125392097d..dd3fae60b52766b33b9ac39b8843035d32a83b97 100644 (file)
@@ -34,7 +34,7 @@
 #include "genums.h"
 #include "gvalue.h"
 #include "gvaluetypes.h"
-#include  "gtype-private.h"
+#include "gtype-private.h"
 
 
 /**
index 24b95ff44d733112bfb825d0dbdc9888cf754c49..c6083ed8e0dcb60cc36f51da29d5069656de0be8 100644 (file)
 #endif
 #include <sys/types.h>
 #include <sys/stat.h>
+
+#ifdef G_OS_WIN32
+#include <io.h>
+#endif
+
 #include <glib/gstdio.h>
 
 #undef G_LOG_DOMAIN
 #include <glib.h>
 #include <glib/gprintf.h>
 
-#ifdef G_OS_WIN32
-#include <io.h>
-#endif
-
 /* --- defines --- */
 #define        PRG_NAME        "glib-genmarshal"
 #define        PKG_NAME        "GLib"
index 6fc5d464bf82bfe5b3d9616425129c3db53e5f2c..6df810c14086a88211390c0901a4e77b8a710910 100644 (file)
@@ -33,7 +33,7 @@
 #include "gatomicarray.h"
 #include "gobject_trace.h"
 
-#include "../glib/gconstructor.h"
+#include "gconstructor.h"
 
 
 /**