From: Bruno Haible Date: Sun, 10 Aug 2025 14:35:41 +0000 (+0200) Subject: Use standard way of including . X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6afcbccd8e3c28f9d58b315a97e072b9bf1ffaf;p=thirdparty%2Fgnulib.git Use standard way of including . * lib/string-desc.c: Use normalized boilerplate. * lib/string-desc-contains.c: Likewise. * lib/str_startswith.c: Likewise. * lib/str_endswith.c: Likewise. * lib/mbs_endswith.c: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 5f9022cbf6..5173498a3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2025-08-10 Bruno Haible + + Use standard way of including . + * lib/string-desc.c: Use normalized boilerplate. + * lib/string-desc-contains.c: Likewise. + * lib/str_startswith.c: Likewise. + * lib/str_endswith.c: Likewise. + * lib/mbs_endswith.c: Likewise. + 2025-08-10 Bruno Haible test-framework-sh: Ensure TESTS_ENVIRONMENT gets augmented in gltests/. diff --git a/lib/mbs_endswith.c b/lib/mbs_endswith.c index 00d5128d43..5a7ff13ad6 100644 --- a/lib/mbs_endswith.c +++ b/lib/mbs_endswith.c @@ -16,7 +16,7 @@ /* Written by Bruno Haible , 2025. */ -#include "config.h" +#include /* Specification. */ #include diff --git a/lib/str_endswith.c b/lib/str_endswith.c index 3d2a99c594..d79d710866 100644 --- a/lib/str_endswith.c +++ b/lib/str_endswith.c @@ -16,7 +16,7 @@ /* Written by Bruno Haible , 2025. */ -#include "config.h" +#include /* Specification. */ #include diff --git a/lib/str_startswith.c b/lib/str_startswith.c index 34297709bc..a312728b49 100644 --- a/lib/str_startswith.c +++ b/lib/str_startswith.c @@ -16,7 +16,7 @@ /* Written by Bruno Haible , 2025. */ -#include "config.h" +#include /* Specification. */ #include diff --git a/lib/string-desc-contains.c b/lib/string-desc-contains.c index b7943bcddd..91170e66ff 100644 --- a/lib/string-desc-contains.c +++ b/lib/string-desc-contains.c @@ -16,9 +16,7 @@ /* Written by Bruno Haible , 2023. */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif +#include /* Specification. */ #include "string-desc.h" diff --git a/lib/string-desc.c b/lib/string-desc.c index ba8443fe59..eb91d035cb 100644 --- a/lib/string-desc.c +++ b/lib/string-desc.c @@ -16,9 +16,7 @@ /* Written by Bruno Haible , 2023. */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif +#include #define GL_STRING_DESC_INLINE _GL_EXTERN_INLINE