]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: sort includes
authorLennart Poettering <lennart@poettering.net>
Thu, 10 Oct 2024 09:49:47 +0000 (11:49 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 11 Oct 2024 08:41:06 +0000 (10:41 +0200)
meson.build

index 651fb30584dd92fbf313b1bcdf97a634d5f50c8c..caed1d75f0a2538c21cdbabdb856692c60dbe036 100644 (file)
@@ -561,10 +561,10 @@ conf.set_quoted('LONG_MAX_STR', '@0@'.format(long_max))
 
 decl_headers = '''
 #include <dirent.h>
-#include <uchar.h>
+#include <sched.h>
 #include <sys/mount.h>
 #include <sys/stat.h>
-#include <sched.h>
+#include <uchar.h>
 '''
 
 foreach decl : ['char16_t',