[glib: 2/4] Reorganize headers inclusion alphabetically




commit c4df3b23c44536751ac88c2d18bcc4f7537fad40
Author: Frederic Martinsons <frederic martinsons sigfox com>
Date:   Sat Feb 27 11:26:23 2021 +0100

    Reorganize headers inclusion alphabetically
    
    Signed-off-by: Frederic Martinsons <frederic martinsons sigfox com>

 glib/gdatetime.c | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/glib/gdatetime.c b/glib/gdatetime.c
index ffdeddd81..219dfb7de 100644
--- a/glib/gdatetime.c
+++ b/glib/gdatetime.c
@@ -60,23 +60,21 @@
 #include <langinfo.h>
 #endif
 
-#include "gdatetime.h"
-
-#include "gslice.h"
 #include "gatomic.h"
 #include "gcharset.h"
 #include "gconvert.h"
+#include "gdatetime.h"
 #include "gfileutils.h"
 #include "ghash.h"
+#include "glibintl.h"
 #include "gmain.h"
 #include "gmappedfile.h"
+#include "gslice.h"
 #include "gstrfuncs.h"
 #include "gtestutils.h"
 #include "gthread.h"
 #include "gtimezone.h"
 
-#include "glibintl.h"
-
 #ifndef G_OS_WIN32
 #include <sys/time.h>
 #include <time.h>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]