From: Alan Coopersmith Date: Tue, 19 Aug 2025 00:49:11 +0000 (-0700) Subject: meson: remove duplicate 'locale.h' entry in check_headers X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95782c4941cd0b196672f3245a9560a265e4539f;p=thirdparty%2Fdbus.git meson: remove duplicate 'locale.h' entry in check_headers Signed-off-by: Alan Coopersmith --- diff --git a/meson.build b/meson.build index ae63f45d8..4ce238264 100644 --- a/meson.build +++ b/meson.build @@ -743,7 +743,6 @@ check_headers = [ 'errno.h', 'inttypes.h', 'io.h', - 'locale.h', 'linux/close_range.h', 'linux/magic.h', 'locale.h',