summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-10-10 11:49:47 +0200
committerLennart Poettering <lennart@poettering.net>2024-10-11 10:41:06 +0200
commit882032faaf9e2d2524936e82ccc770903d4c38d6 (patch)
treea19b679de11c0a859da9c08b94719df6acbf23ee /meson.build
parentudev: allow persistent storage rules for ublk devices (diff)
downloadsystemd-882032faaf9e2d2524936e82ccc770903d4c38d6.tar.xz
systemd-882032faaf9e2d2524936e82ccc770903d4c38d6.zip
meson: sort includes
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 651fb30584..caed1d75f0 100644
--- a/meson.build
+++ b/meson.build
@@ -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',