From 40ea469735cb869c98c9bd3e651a25b74cade631 Mon Sep 17 00:00:00 2001
From: Lennart Poettering <lennart@poettering.net>
Date: Thu, 10 Oct 2024 11:49:47 +0200
Subject: [PATCH 0939/1160] meson: sort includes
(cherry picked from commit 882032faaf9e2d2524936e82ccc770903d4c38d6)
(cherry picked from commit c14a47547d040c4976f20388f5535ed655bbd035)
meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -522,10 +522,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',
--
2.33.0