1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

meson: sort includes

This commit is contained in:
Lennart Poettering 2024-10-10 11:49:47 +02:00
parent 225ddc4a72
commit 882032faaf

View 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',