Get rid of redundant include of <stdio.h> - one is enough.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 14 Feb 2000 04:57:30 +0000 (04:57 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 14 Feb 2000 04:57:30 +0000 (04:57 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1635 f5534014-38df-0310-8fa8-9805f1628bb7

file.c

diff --git a/file.c b/file.c
index 65b9d81449c1ee1ae7f986a91d2c08351e4eadfd..e8517aa58d2815628729e28ebe8399060059c283 100644 (file)
--- a/file.c
+++ b/file.c
@@ -1,7 +1,7 @@
 /* file.c
  * File I/O routines
  *
- * $Id: file.c,v 1.162 2000/02/03 06:35:27 guy Exp $
+ * $Id: file.c,v 1.163 2000/02/14 04:57:30 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@zing.org>
@@ -29,8 +29,6 @@
 
 #include <gtk/gtk.h>
 
-#include <stdio.h>
-
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif