1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-06 13:17:44 +03:00

meson: sort includes

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

View File

@ -550,10 +550,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',