1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-04 05:17:43 +03:00

meson: sort includes

(cherry picked from commit 882032faaf9e2d2524936e82ccc770903d4c38d6)
(cherry picked from commit c14a47547d040c4976f20388f5535ed655bbd035)
(cherry picked from commit 40ea469735)
(cherry picked from commit 9d7f1c6bc1)
(cherry picked from commit a73de752a4)
This commit is contained in:
Lennart Poettering 2024-10-10 11:49:47 +02:00 committed by Luca Boccassi
parent fe1967ad4c
commit 77e86a2702

View File

@ -514,10 +514,10 @@ conf.set('SIZEOF_TIMEX_MEMBER', cc.sizeof('typeof(((struct timex *)0)->freq)', p
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',