aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/http_stat.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-02-11 04:28:49 +0000
committerGuy Harris <guy@alum.mit.edu>2004-02-11 04:28:49 +0000
commit6b1a0bf4301d405292b59d42f69f4e6cfaf8c6df (patch)
tree66c84d93dcfc877baa7d1ebc24e761ac7a4b5dd3 /gtk/http_stat.c
parent153428c21d8054be33a8c1ed0b6d255b60413447 (diff)
Most taps that now include "tap_menu.h" no longer need to include
<stdio.h> to define FILE; get rid of the include. svn path=/trunk/; revision=10034
Diffstat (limited to 'gtk/http_stat.c')
-rw-r--r--gtk/http_stat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/http_stat.c b/gtk/http_stat.c
index 37a7d94044..aeee82e5a2 100644
--- a/gtk/http_stat.c
+++ b/gtk/http_stat.c
@@ -1,7 +1,7 @@
/* http_stat.c
* http_stat 2003 Jean-Michel FAYARD
*
- * $Id: http_stat.c,v 1.18 2004/02/11 04:17:03 guy Exp $
+ * $Id: http_stat.c,v 1.19 2004/02/11 04:28:48 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -27,7 +27,6 @@
#endif
#include <gtk/gtk.h>
-#include <stdio.h>
#include <string.h>
#include "epan/packet_info.h"