summaryrefslogtreecommitdiff
path: root/src/comm.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-07-09 22:10:38 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-07-09 22:10:38 +0000
commit580d1e6d6d97c3e6f0fca764091e70319350c9a2 (patch)
treec13b378f7660a7b30c4f075579fff60f312b5810 /src/comm.c
parent531b803d836882711c68158bd5bac02c3c1e95a9 (diff)
downloadcoreutils-580d1e6d6d97c3e6f0fca764091e70319350c9a2.tar.xz
Don't include stdio.h; no longer needed.
Diffstat (limited to 'src/comm.c')
-rw-r--r--src/comm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comm.c b/src/comm.c
index a5fd9203a..9b7e03f1f 100644
--- a/src/comm.c
+++ b/src/comm.c
@@ -19,7 +19,6 @@
#include <config.h>
-#include <stdio.h>
#include <getopt.h>
#include <sys/types.h>
#include "system.h"