aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/endpoint_talkers_fc.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-09-15 22:32:21 +0000
committerGuy Harris <guy@alum.mit.edu>2003-09-15 22:32:21 +0000
commit1332b99a2ab12703f6b561c4afb4a5a9ff81923d (patch)
treec9ed0b85686a25450fafc9fd972400599c00e7c3 /gtk/endpoint_talkers_fc.c
parentca9ff2abdd2f8d7fb6f70bde8581d5f8fe764156 (diff)
Get rid of a bunch of unnecessary #includes.
svn path=/trunk/; revision=8478
Diffstat (limited to 'gtk/endpoint_talkers_fc.c')
-rw-r--r--gtk/endpoint_talkers_fc.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/gtk/endpoint_talkers_fc.c b/gtk/endpoint_talkers_fc.c
index 38228cfd84..c0df014e05 100644
--- a/gtk/endpoint_talkers_fc.c
+++ b/gtk/endpoint_talkers_fc.c
@@ -1,7 +1,7 @@
/* endpoint_talkers_fc.c
* endpoint_talkers_fc 2003 Ronnie Sahlberg
*
- * $Id: endpoint_talkers_fc.c,v 1.14 2003/09/04 23:37:45 sahlberg Exp $
+ * $Id: endpoint_talkers_fc.c,v 1.15 2003/09/15 22:32:20 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -35,19 +35,14 @@
#include <gtk/gtk.h>
#include <string.h>
#include "menu.h"
-#include "../epan/packet_info.h"
-#include "../epan/filesystem.h"
+#include "menu.h"
+#include "epan/packet.h"
#include "../tap.h"
#include "../register.h"
-#include "compat_macros.h"
-#include "../simple_dialog.h"
-#include "../file.h"
-#include "../globals.h"
#include "endpoint_talkers_table.h"
#include "packet-fc.h"
-
static int
fc_talkers_packet(void *pit, packet_info *pinfo, epan_dissect_t *edt _U_, void *vip)
{