aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rpc_stat.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-11 04:28:49 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-11 04:28:49 +0000
commitb18a58789e9a6bb16702bad7549c89cf764ed79d (patch)
tree66c84d93dcfc877baa7d1ebc24e761ac7a4b5dd3 /gtk/rpc_stat.c
parent0c7d51d931804fc2e1c3ad6dcb7fca9700beb40a (diff)
Most taps that now include "tap_menu.h" no longer need to include
<stdio.h> to define FILE; get rid of the include. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10034 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/rpc_stat.c')
-rw-r--r--gtk/rpc_stat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/rpc_stat.c b/gtk/rpc_stat.c
index cdd8b533cf..79f179b0f5 100644
--- a/gtk/rpc_stat.c
+++ b/gtk/rpc_stat.c
@@ -1,7 +1,7 @@
/* rpc_stat.c
* rpc_stat 2002 Ronnie Sahlberg
*
- * $Id: rpc_stat.c,v 1.36 2004/02/11 04:17:04 guy Exp $
+ * $Id: rpc_stat.c,v 1.37 2004/02/11 04:28:49 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -33,7 +33,6 @@
#endif
#include <gtk/gtk.h>
-#include <stdio.h>
#include "epan/packet_info.h"
#include "epan/epan.h"