changeset 10994:849e7305914c

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.
author Jim Meyering <meyering@redhat.com>
date Sun, 04 Jan 2009 20:59:12 +0100
parents 996a5b3859fe
children 4d35f63c0e40
files ChangeLog tests/test-fprintf-posix.c tests/test-printf-posix.c tests/test-snprintf-posix.c tests/test-sprintf-posix.c tests/test-vasprintf-posix.c tests/test-vfprintf-posix.c tests/test-vprintf-posix.c tests/test-vsnprintf-posix.c tests/test-vsprintf-posix.c
diffstat 10 files changed, 13 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2009-01-04  Jim Meyering  <meyering@redhat.com>
+
+	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.
+
 2009-01-03  Jim Meyering  <meyering@redhat.com>
 
 	gnulib-tool: fix sed-based filtering
--- 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>
--- 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>
--- 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>
--- 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>
--- 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>
--- 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>
--- 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>
--- 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>
--- 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>