diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-02-11 04:28:49 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-02-11 04:28:49 +0000 |
commit | 6b1a0bf4301d405292b59d42f69f4e6cfaf8c6df (patch) | |
tree | 66c84d93dcfc877baa7d1ebc24e761ac7a4b5dd3 /gtk/isup_stat.c | |
parent | 153428c21d8054be33a8c1ed0b6d255b60413447 (diff) | |
download | wireshark-6b1a0bf4301d405292b59d42f69f4e6cfaf8c6df.tar.gz wireshark-6b1a0bf4301d405292b59d42f69f4e6cfaf8c6df.tar.bz2 wireshark-6b1a0bf4301d405292b59d42f69f4e6cfaf8c6df.zip |
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/isup_stat.c')
-rw-r--r-- | gtk/isup_stat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/isup_stat.c b/gtk/isup_stat.c index 36e6232b56..4b302043fc 100644 --- a/gtk/isup_stat.c +++ b/gtk/isup_stat.c @@ -5,7 +5,7 @@ * * MUCH code modified from service_response_time_table.c. * - * $Id: isup_stat.c,v 1.15 2004/02/11 04:17:04 guy Exp $ + * $Id: isup_stat.c,v 1.16 2004/02/11 04:28:48 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" |