summaryrefslogtreecommitdiff
path: root/tests
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
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')
-rw-r--r--tests/test-fprintf-posix.c1
-rw-r--r--tests/test-printf-posix.c1
-rw-r--r--tests/test-snprintf-posix.c1
-rw-r--r--tests/test-sprintf-posix.c1
-rw-r--r--tests/test-vasprintf-posix.c1
-rw-r--r--tests/test-vfprintf-posix.c1
-rw-r--r--tests/test-vprintf-posix.c1
-rw-r--r--tests/test-vsnprintf-posix.c1
-rw-r--r--tests/test-vsprintf-posix.c1
9 files changed, 0 insertions, 9 deletions
diff --git a/tests/test-fprintf-posix.c b/tests/test-fprintf-posix.c
index 12e57fe274..be65079e8b 100644
--- a/tests/test-fprintf-posix.c
+++ b/tests/test-fprintf-posix.c
@@ -22,7 +22,6 @@
#include <stdarg.h>
#include <stddef.h>
-#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
diff --git a/tests/test-printf-posix.c b/tests/test-printf-posix.c
index d90fd420fc..04705e8796 100644
--- a/tests/test-printf-posix.c
+++ b/tests/test-printf-posix.c
@@ -21,7 +21,6 @@
#include <stdio.h>
#include <stddef.h>
-#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
diff --git a/tests/test-snprintf-posix.c b/tests/test-snprintf-posix.c
index 4c095ed123..eee434f23a 100644
--- a/tests/test-snprintf-posix.c
+++ b/tests/test-snprintf-posix.c
@@ -22,7 +22,6 @@
#include <float.h>
#include <stddef.h>
-#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
diff --git a/tests/test-sprintf-posix.c b/tests/test-sprintf-posix.c
index 2f69252a76..be35fe1a74 100644
--- a/tests/test-sprintf-posix.c
+++ b/tests/test-sprintf-posix.c
@@ -22,7 +22,6 @@
#include <float.h>
#include <stddef.h>
-#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
diff --git a/tests/test-vasprintf-posix.c b/tests/test-vasprintf-posix.c
index f8314f46ba..2f287fc906 100644
--- a/tests/test-vasprintf-posix.c
+++ b/tests/test-vasprintf-posix.c
@@ -23,7 +23,6 @@
#include <float.h>
#include <stdarg.h>
#include <stddef.h>
-#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
diff --git a/tests/test-vfprintf-posix.c b/tests/test-vfprintf-posix.c
index 262ba17ace..deb3e3748f 100644
--- a/tests/test-vfprintf-posix.c
+++ b/tests/test-vfprintf-posix.c
@@ -22,7 +22,6 @@
#include <stdarg.h>
#include <stddef.h>
-#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
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>
diff --git a/tests/test-vsnprintf-posix.c b/tests/test-vsnprintf-posix.c
index 00c800660d..23f3be2d0e 100644
--- a/tests/test-vsnprintf-posix.c
+++ b/tests/test-vsnprintf-posix.c
@@ -23,7 +23,6 @@
#include <float.h>
#include <stdarg.h>
#include <stddef.h>
-#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
diff --git a/tests/test-vsprintf-posix.c b/tests/test-vsprintf-posix.c
index ba6d813f8b..959412f5ee 100644
--- a/tests/test-vsprintf-posix.c
+++ b/tests/test-vsprintf-posix.c
@@ -23,7 +23,6 @@
#include <float.h>
#include <stdarg.h>
#include <stddef.h>
-#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>