aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/ansi_a_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/ansi_a_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/ansi_a_stat.c')
-rw-r--r--gtk/ansi_a_stat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/ansi_a_stat.c b/gtk/ansi_a_stat.c
index 6e45b10668..51249f0e03 100644
--- a/gtk/ansi_a_stat.c
+++ b/gtk/ansi_a_stat.c
@@ -5,7 +5,7 @@
*
* MUCH code modified from service_response_time_table.c.
*
- * $Id: ansi_a_stat.c,v 1.12 2004/02/11 04:17:02 guy Exp $
+ * $Id: ansi_a_stat.c,v 1.13 2004/02/11 04:28:47 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -35,7 +35,6 @@
#endif
#include <gtk/gtk.h>
-#include <stdio.h>
#include <string.h>
#include "epan/packet_info.h"