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 75e8efa..aa33c39 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 a5fd920..9b7e03f 100644 (file)
@@ -19,7 +19,6 @@
 \f
 #include <config.h>
 
-#include <stdio.h>
 #include <getopt.h>
 #include <sys/types.h>
 #include "system.h"
index 243d307..f4fe722 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <getopt.h>
 #include <sys/types.h>
 #include <signal.h>
index f8ece81..b711a73 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 7b92b47..7630ae6 100644 (file)
@@ -19,7 +19,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <assert.h>
 #include <sys/types.h>
 #include <getopt.h>
index e7eac04..7ef749b 100644 (file)
@@ -20,7 +20,6 @@
 #include <config.h>
 
 #include <getopt.h>
-#include <stdio.h>
 #include <sys/types.h>
 
 #include "system.h"
index 3438faf..3344e76 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 d99d016..760faa9 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 07619da..fa971b3 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>