From: Lennart Poettering Date: Thu, 10 Oct 2024 09:49:47 +0000 (+0200) Subject: meson: sort includes X-Git-Tag: v257-rc1~258^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=882032faaf9e2d2524936e82ccc770903d4c38d6;p=thirdparty%2Fsystemd.git meson: sort includes --- 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',