remove duplicate inclusion of <stdio.h>
authorJim Meyering <meyering@redhat.com>
Sun, 4 Jan 2009 19:59:12 +0000 (20:59 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 4 Jan 2009 19:59:12 +0000 (20:59 +0100)
* 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.

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

index 8741d296c14ca971f8f65389a9e46ee5bb3240d7..0cebe87ba68880637589c8083c513e458f0c1680 100644 (file)
--- 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
index 12e57fe274fdcfaa785df51ffb9891594c0baaeb..be65079e8b9ed09b44a6dceb809a6cb9e45fbd82 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <stdarg.h>
 #include <stddef.h>
-#include <stdio.h>
 #include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
index d90fd420fc82a354bb693362e4b4dcd52fd88936..04705e8796e25dd5011d22cd093a5924467405f0 100644 (file)
@@ -21,7 +21,6 @@
 #include <stdio.h>
 
 #include <stddef.h>
-#include <stdio.h>
 #include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
index 4c095ed123b95186e0b79baed6aec44b20078562..eee434f23af629b977814bcb32a662ed65d79f56 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <float.h>
 #include <stddef.h>
-#include <stdio.h>
 #include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
index 2f69252a760f33796731fcee5d4b0cfec1952253..be35fe1a7408b4af6f097df08fb84f4d0e47f76a 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <float.h>
 #include <stddef.h>
-#include <stdio.h>
 #include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
index f8314f46ba5c6655bc32b8b34bfcd7e6d5704708..2f287fc90604ab4d93fcbae42ed6c0a760826e8b 100644 (file)
@@ -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>
index 262ba17ace3741fdc0301133a1e7b67ad3aa0c92..deb3e3748f06ea13a1c9beec622363034a61b39a 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <stdarg.h>
 #include <stddef.h>
-#include <stdio.h>
 #include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
index 441551f66696b5535a070367b5fbd48e2181fb41..766749feed65632d87c92e9ed489b2fb0310032b 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <stdarg.h>
 #include <stddef.h>
-#include <stdio.h>
 #include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
index 00c800660d65e7233a96f5b06a1c3b6b2e47868c..23f3be2d0e2496066fbc637f7ea5fc895e40d026 100644 (file)
@@ -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>
index ba6d813f8b02ea9efd6184987979f579b720cb2c..959412f5ee23cba692d8afefc6f5b810d2a318da 100644 (file)
@@ -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>