From 882032faaf9e2d2524936e82ccc770903d4c38d6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 10 Oct 2024 11:49:47 +0200 Subject: [PATCH] meson: sort includes --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 651fb30584d..caed1d75f0a 100644 --- a/meson.build +++ b/meson.build @@ -561,10 +561,10 @@ conf.set_quoted('LONG_MAX_STR', '@0@'.format(long_max)) decl_headers = ''' #include -#include +#include #include #include -#include +#include ''' foreach decl : ['char16_t', -- 2.47.3