]> Savannah Git Hosting - gnulib.git/commitdiff
*printf* tests: Remove unused includes.
authorBruno Haible <bruno@clisp.org>
Sun, 30 Jun 2024 21:30:32 +0000 (23:30 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 30 Jun 2024 21:30:32 +0000 (23:30 +0200)
* tests/test-fprintf-gnu.c: Don't include <stdarg.h>.
* tests/test-fprintf-posix.c: Likewise.
* tests/test-szprintf-gnu.c: Likewise.
* tests/test-szprintf-posix.c: Likewise.
* tests/test-xfprintf-posix.c: Likewise.

ChangeLog
tests/test-fprintf-gnu.c
tests/test-fprintf-posix.c
tests/test-szprintf-gnu.c
tests/test-szprintf-posix.c
tests/test-xfprintf-posix.c

index 3952b4174d81909b0a08da6248be81652ce8fe15..5355e8b24108763f4274965d056edd1c1f1c72f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2024-06-30  Bruno Haible  <bruno@clisp.org>
+
+       *printf* tests: Remove unused includes.
+       * tests/test-fprintf-gnu.c: Don't include <stdarg.h>.
+       * tests/test-fprintf-posix.c: Likewise.
+       * tests/test-szprintf-gnu.c: Likewise.
+       * tests/test-szprintf-posix.c: Likewise.
+       * tests/test-xfprintf-posix.c: Likewise.
+
 2024-06-30  Bruno Haible  <bruno@clisp.org>
 
        vprintf-posix tests: Fix test title.
index 3c0b59d9b304391e9aa35ebd8d09443366a636f4..7d9b208a3eaf6ce828e333fdb699c4d3e472006c 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <stdio.h>
 
-#include <stdarg.h>
 #include <stddef.h>
 #include <string.h>
 
index 019cdcf2bc1f6fbe648659c97dcfdfd44b22146d..10affad5cec6a24c89d62becf0108da072828118 100644 (file)
@@ -23,7 +23,6 @@
 #include "signature.h"
 SIGNATURE_CHECK (fprintf, int, (FILE *, char const *, ...));
 
-#include <stdarg.h>
 #include <stddef.h>
 #include <stdint.h>
 #include <string.h>
index bdc6d1a2c02e6ced92271ff05f674e44b656f627..cbf49e261897eed50c28794a5afaffa5bee7dd5c 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <stdio.h>
 
-#include <stdarg.h>
 #include <stddef.h>
 #include <string.h>
 
index fef51c77754fd95d08978e1dc70df27ef2756c4c..590dc7bf2204539e39ff2406e49a609fdaa73c40 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <stdio.h>
 
-#include <stdarg.h>
 #include <stddef.h>
 #include <string.h>
 
index 372a8fd830519c021ed3fc1d94de1ee57045d057..18a3a0dfd98b77ccf2d717aa78afdc37a86ee24c 100644 (file)
@@ -20,7 +20,6 @@
 
 #include "xprintf.h"
 
-#include <stdarg.h>
 #include <stddef.h>
 #include <stdint.h>
 #include <string.h>