1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-21 18:03:41 +03:00

meson: sort includes

(cherry picked from commit 882032faaf9e2d2524936e82ccc770903d4c38d6)
(cherry picked from commit c14a47547d040c4976f20388f5535ed655bbd035)
(cherry picked from commit 40ea469735cb869c98c9bd3e651a25b74cade631)
(cherry picked from commit 9d7f1c6bc1579bb067b6077e4488024e97cc989b)
(cherry picked from commit a73de752a40ef36d05af928bafcd216c4a7aa65d)
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',