]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Don't include stdio.h; no longer needed.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Jul 2005 22:10:38 +0000 (22:10 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Jul 2005 22:10:38 +0000 (22:10 +0000)
ChangeLog
src/comm.c
src/csplit.c
src/dd.c
src/join.c
src/md5sum.c
src/pr.c
src/sort.c
src/tee.c

index 75e8efa6d46f6bdf395364d59858a752a2053be0..aa33c39c87e350dffd493b9346acb902ec261013 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
-2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
+2005-07-09  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Version 5.3.1.
 
+       * src/comm.c, src/csplit.c, src/dd.c, src/join.c, src/md5sum.c:
+       * src/pr.c, src/sort.c, src/tee.c:
+       Don't include stdio.h; no longer needed.
+
+2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
+
        Fix porting problems reported by Eric Blake.
 
        * configure.ac: Remove check for AC_HEADER_TIOCGWINSZ.
index a5fd9203a4b5a86a0d919e8d6436a0909507f11b..9b7e03f1f93f391261cb8c5156f5ee21ded2db2a 100644 (file)
@@ -19,7 +19,6 @@
 \f
 #include <config.h>
 
-#include <stdio.h>
 #include <getopt.h>
 #include <sys/types.h>
 #include "system.h"
index 243d30775d1d04298aff01c4a42558846e7d3ef9..f4fe7221cd92a314fc236cda8a9445a54ad4c9c2 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <getopt.h>
 #include <sys/types.h>
 #include <signal.h>
index f8ece81cfc7ae2365ac5c856f72ca0a78d9fd3ec..b711a738d90aacdfb219a9a72ee5ad3c021ea38e 100644 (file)
--- a/src/dd.c
+++ b/src/dd.c
@@ -18,7 +18,6 @@
 /* Written by Paul Rubin, David MacKenzie, and Stuart Kemp. */
 
 #include <config.h>
-#include <stdio.h>
 
 #define SWAB_ALIGN_OFFSET 2
 
index 7b92b47ab13cfccac1cbd780fa5299c1310df051..7630ae64398762b02656e5abf7db0451c1442198 100644 (file)
@@ -19,7 +19,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <assert.h>
 #include <sys/types.h>
 #include <getopt.h>
index e7eac043724173079f7ffe2f9d2ac3546daff754..7ef749b7a2a770e8bcec180e35ae0b513b164d3d 100644 (file)
@@ -20,7 +20,6 @@
 #include <config.h>
 
 #include <getopt.h>
-#include <stdio.h>
 #include <sys/types.h>
 
 #include "system.h"
index 3438fafb4912bfd2d132b5f12ad353b0abafeda9..3344e76df4f242b77532a3d689669f6fbaf3ace9 100644 (file)
--- a/src/pr.c
+++ b/src/pr.c
 
 #include <config.h>
 
-#include <stdio.h>
 #include <getopt.h>
 #include <sys/types.h>
 #include "system.h"
index d99d01680aef4861321577360f45f8d42f16d31f..760faa98f594ad960ab66077c6c98221a4b31725 100644 (file)
@@ -26,7 +26,6 @@
 #include <getopt.h>
 #include <sys/types.h>
 #include <signal.h>
-#include <stdio.h>
 #include "system.h"
 #include "error.h"
 #include "hard-locale.h"
index 07619da1ec5c134603dd7f6647b94c0afd12942a..fa971b37b11da937fe1fc26d4981d056145acadb 100644 (file)
--- a/src/tee.c
+++ b/src/tee.c
@@ -18,7 +18,6 @@
 /* Mike Parker, Richard M. Stallman, and David MacKenzie */
 
 #include <config.h>
-#include <stdio.h>
 #include <sys/types.h>
 #include <signal.h>
 #include <getopt.h>