mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 11:56:16 +01:00
Reorganize headers inclusion alphabetically
Signed-off-by: Frederic Martinsons <frederic.martinsons@sigfox.com>
This commit is contained in:
parent
b4f2002919
commit
c4df3b23c4
@ -60,23 +60,21 @@
|
|||||||
#include <langinfo.h>
|
#include <langinfo.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "gdatetime.h"
|
|
||||||
|
|
||||||
#include "gslice.h"
|
|
||||||
#include "gatomic.h"
|
#include "gatomic.h"
|
||||||
#include "gcharset.h"
|
#include "gcharset.h"
|
||||||
#include "gconvert.h"
|
#include "gconvert.h"
|
||||||
|
#include "gdatetime.h"
|
||||||
#include "gfileutils.h"
|
#include "gfileutils.h"
|
||||||
#include "ghash.h"
|
#include "ghash.h"
|
||||||
|
#include "glibintl.h"
|
||||||
#include "gmain.h"
|
#include "gmain.h"
|
||||||
#include "gmappedfile.h"
|
#include "gmappedfile.h"
|
||||||
|
#include "gslice.h"
|
||||||
#include "gstrfuncs.h"
|
#include "gstrfuncs.h"
|
||||||
#include "gtestutils.h"
|
#include "gtestutils.h"
|
||||||
#include "gthread.h"
|
#include "gthread.h"
|
||||||
#include "gtimezone.h"
|
#include "gtimezone.h"
|
||||||
|
|
||||||
#include "glibintl.h"
|
|
||||||
|
|
||||||
#ifndef G_OS_WIN32
|
#ifndef G_OS_WIN32
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user