mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
7acfdb04ac
commit
f2e00a07f4
@ -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.
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include "genums.h"
|
||||
#include "gvalue.h"
|
||||
#include "gvaluetypes.h"
|
||||
#include "gtype-private.h"
|
||||
#include "gtype-private.h"
|
||||
|
||||
|
||||
/**
|
||||
|
@ -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"
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include "gatomicarray.h"
|
||||
#include "gobject_trace.h"
|
||||
|
||||
#include "../glib/gconstructor.h"
|
||||
#include "gconstructor.h"
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user