* modules/stdc_load8, modules/stdc_load8_aligned:
* modules/stdc_store8, modules/stdc_store8_aligned:
* modules/stdc_memreverse8u:
(Depends-on): Remove stdint-h, as Gnulib should be able to assume
the small subset of C99 <stdint.h> that stdbit.in.h uses.
---
 ChangeLog                   | 7 +++++++
 modules/stdc_load8          | 1 -
 modules/stdc_load8_aligned  | 1 -
 modules/stdc_memreverse8u   | 1 -
 modules/stdc_store8         | 1 -
 modules/stdc_store8_aligned | 1 -
 6 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index acda7cd43a..7e534daa81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2026-03-15  Paul Eggert  <[email protected]>
 
+       stdbit-h: don’t depend on stdint-h
+       * modules/stdc_load8, modules/stdc_load8_aligned:
+       * modules/stdc_store8, modules/stdc_store8_aligned:
+       * modules/stdc_memreverse8u:
+       (Depends-on): Remove stdint-h, as Gnulib should be able to assume
+       the small subset of C99 <stdint.h> that stdbit.in.h uses.
+
        stdbit-h: namespace cleanup on recent GNU
        * lib/stdbit.in.h: Include <stddef.h> if !@HAVE_STDBIT_H@, good on
        all known Gnulib targets, not if @GNULIB_STDC_MEMREVERSE8@, which
diff --git a/modules/stdc_load8 b/modules/stdc_load8
index db82fc11d4..e998f051c3 100644
--- a/modules/stdc_load8
+++ b/modules/stdc_load8
@@ -6,7 +6,6 @@ lib/stdc_load8.c
 
 Depends-on:
 stdbit-h
-stdint-h
 
 configure.ac:
 AC_REQUIRE([gl_STDBIT_H])
diff --git a/modules/stdc_load8_aligned b/modules/stdc_load8_aligned
index aaf85e894c..fac0f30f2f 100644
--- a/modules/stdc_load8_aligned
+++ b/modules/stdc_load8_aligned
@@ -7,7 +7,6 @@ lib/stdc_load8_aligned.c
 Depends-on:
 stdbit-h
 stdc_load8
-stdint-h
 stdc_memreverse8u
 
 configure.ac:
diff --git a/modules/stdc_memreverse8u b/modules/stdc_memreverse8u
index 243c29b090..02f4582a5e 100644
--- a/modules/stdc_memreverse8u
+++ b/modules/stdc_memreverse8u
@@ -6,7 +6,6 @@ lib/stdc_memreverse8u.c
 
 Depends-on:
 stdbit-h
-stdint-h
 
 configure.ac:
 AC_REQUIRE([gl_STDBIT_H])
diff --git a/modules/stdc_store8 b/modules/stdc_store8
index cb7d0f19be..b96ab568aa 100644
--- a/modules/stdc_store8
+++ b/modules/stdc_store8
@@ -6,7 +6,6 @@ lib/stdc_store8.c
 
 Depends-on:
 stdbit-h
-stdint-h
 
 configure.ac:
 AC_REQUIRE([gl_STDBIT_H])
diff --git a/modules/stdc_store8_aligned b/modules/stdc_store8_aligned
index 4dba00f5e9..9b6b0b0015 100644
--- a/modules/stdc_store8_aligned
+++ b/modules/stdc_store8_aligned
@@ -7,7 +7,6 @@ lib/stdc_store8_aligned.c
 Depends-on:
 stdbit-h
 stdc_store8
-stdint-h
 stdc_memreverse8u
 
 configure.ac:
-- 
2.51.0


Reply via email to