Improvde #include order consistency

This was mostly fixed already, just re-fix a few details here.
https://bugzilla.gnome.org/show_bug.cgi?id=71704
This commit is contained in:
Matthias Clasen 2013-01-01 13:54:54 -05:00
parent 7acfdb04ac
commit f2e00a07f4
4 changed files with 9 additions and 8 deletions

View File

@ -19,10 +19,10 @@
#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.

View File

@ -34,7 +34,7 @@
#include "genums.h"
#include "gvalue.h"
#include "gvaluetypes.h"
#include "gtype-private.h"
#include "gtype-private.h"
/**

View File

@ -28,6 +28,11 @@
#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
@ -35,10 +40,6 @@
#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"

View File

@ -33,7 +33,7 @@
#include "gatomicarray.h"
#include "gobject_trace.h"
#include "../glib/gconstructor.h"
#include "gconstructor.h"
/**