summaryrefslogtreecommitdiff
path: root/tests/test-vprintf-posix.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-01-04 20:59:12 +0100
committerJim Meyering <meyering@redhat.com>2009-01-04 20:59:12 +0100
commitee5c41a1aaa71b97b9db53568897f2ad7ecf1823 (patch)
treef50d826aea624af9a9290100962c025f8ea44c21 /tests/test-vprintf-posix.c
parent0b4af95e5daefb289f2c1d3aee87ef1c94eea47b (diff)
downloadgnulib-ee5c41a1aaa71b97b9db53568897f2ad7ecf1823.tar.gz
remove duplicate inclusion of <stdio.h>
* tests/test-fprintf-posix.c: Likewise. * tests/test-printf-posix.c: Likewise. * tests/test-snprintf-posix.c: Likewise. * tests/test-sprintf-posix.c: Likewise. * tests/test-vasprintf-posix.c: Likewise. * tests/test-vfprintf-posix.c: Likewise. * tests/test-vprintf-posix.c: Likewise. * tests/test-vsnprintf-posix.c: Likewise. * tests/test-vsprintf-posix.c: Likewise.
Diffstat (limited to 'tests/test-vprintf-posix.c')
-rw-r--r--tests/test-vprintf-posix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-vprintf-posix.c b/tests/test-vprintf-posix.c
index 441551f666..766749feed 100644
--- a/tests/test-vprintf-posix.c
+++ b/tests/test-vprintf-posix.c
@@ -22,7 +22,6 @@
#include <stdarg.h>
#include <stddef.h>
-#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>