diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-10-10 11:49:47 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-10-11 10:41:06 +0200 |
commit | 882032faaf9e2d2524936e82ccc770903d4c38d6 (patch) | |
tree | a19b679de11c0a859da9c08b94719df6acbf23ee /meson.build | |
parent | udev: allow persistent storage rules for ublk devices (diff) | |
download | systemd-882032faaf9e2d2524936e82ccc770903d4c38d6.tar.xz systemd-882032faaf9e2d2524936e82ccc770903d4c38d6.zip |
meson: sort includes
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
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', |