From 696df5e8e0767a4dec9086767072539651e02d54 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 30 Jun 2024 23:30:32 +0200 Subject: [PATCH] *printf* tests: Remove unused includes. * tests/test-fprintf-gnu.c: Don't include . * 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 | 9 +++++++++ tests/test-fprintf-gnu.c | 1 - tests/test-fprintf-posix.c | 1 - tests/test-szprintf-gnu.c | 1 - tests/test-szprintf-posix.c | 1 - tests/test-xfprintf-posix.c | 1 - 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3952b4174d..5355e8b241 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2024-06-30 Bruno Haible + + *printf* tests: Remove unused includes. + * tests/test-fprintf-gnu.c: Don't include . + * 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 vprintf-posix tests: Fix test title. diff --git a/tests/test-fprintf-gnu.c b/tests/test-fprintf-gnu.c index 3c0b59d9b3..7d9b208a3e 100644 --- a/tests/test-fprintf-gnu.c +++ b/tests/test-fprintf-gnu.c @@ -20,7 +20,6 @@ #include -#include #include #include diff --git a/tests/test-fprintf-posix.c b/tests/test-fprintf-posix.c index 019cdcf2bc..10affad5ce 100644 --- a/tests/test-fprintf-posix.c +++ b/tests/test-fprintf-posix.c @@ -23,7 +23,6 @@ #include "signature.h" SIGNATURE_CHECK (fprintf, int, (FILE *, char const *, ...)); -#include #include #include #include diff --git a/tests/test-szprintf-gnu.c b/tests/test-szprintf-gnu.c index bdc6d1a2c0..cbf49e2618 100644 --- a/tests/test-szprintf-gnu.c +++ b/tests/test-szprintf-gnu.c @@ -20,7 +20,6 @@ #include -#include #include #include diff --git a/tests/test-szprintf-posix.c b/tests/test-szprintf-posix.c index fef51c7775..590dc7bf22 100644 --- a/tests/test-szprintf-posix.c +++ b/tests/test-szprintf-posix.c @@ -20,7 +20,6 @@ #include -#include #include #include diff --git a/tests/test-xfprintf-posix.c b/tests/test-xfprintf-posix.c index 372a8fd830..18a3a0dfd9 100644 --- a/tests/test-xfprintf-posix.c +++ b/tests/test-xfprintf-posix.c @@ -20,7 +20,6 @@ #include "xprintf.h" -#include #include #include #include -- 2.39.5