aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2003-12-13 17:10:21 +0000
committerUlf Lamping <ulf.lamping@web.de>2003-12-13 17:10:21 +0000
commit3914b812b0d30bf3eb7787a554a6d5cdde1e7be1 (patch)
tree2627612802e69bd17c3d912151bc3092d8178ddb
parent8e43886258fa7897cce0c639b78af10d8e20ad54 (diff)
removed unused #include "menu.h" from the stats.c files
svn path=/trunk/; revision=9273
-rw-r--r--gtk/ansi_a_stat.c3
-rw-r--r--gtk/ansi_map_stat.c3
-rw-r--r--gtk/bootp_stat.c4
-rw-r--r--gtk/dcerpc_stat.c3
-rw-r--r--gtk/gsm_a_stat.c3
-rw-r--r--gtk/http_stat.c3
-rw-r--r--gtk/isup_stat.c3
-rw-r--r--gtk/rpc_progs.c3
-rw-r--r--gtk/rpc_stat.c3
-rw-r--r--gtk/wsp_stat.c3
10 files changed, 11 insertions, 20 deletions
diff --git a/gtk/ansi_a_stat.c b/gtk/ansi_a_stat.c
index 74346329af..0198cf95e7 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.2 2003/12/09 18:49:32 guy Exp $
+ * $Id: ansi_a_stat.c,v 1.3 2003/12/13 17:10:21 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -40,7 +40,6 @@
#include "epan/packet_info.h"
#include "epan/epan.h"
#include "epan/value_string.h"
-#include "menu.h"
#include "image/clist_ascend.xpm"
#include "image/clist_descend.xpm"
#include "simple_dialog.h"
diff --git a/gtk/ansi_map_stat.c b/gtk/ansi_map_stat.c
index 6f1daa4e86..67475e8fdf 100644
--- a/gtk/ansi_map_stat.c
+++ b/gtk/ansi_map_stat.c
@@ -5,7 +5,7 @@
*
* MUCH code modified from service_response_time_table.c.
*
- * $Id: ansi_map_stat.c,v 1.1 2003/12/12 19:55:28 guy Exp $
+ * $Id: ansi_map_stat.c,v 1.2 2003/12/13 17:10:21 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -40,7 +40,6 @@
#include "epan/packet_info.h"
#include "epan/epan.h"
#include "epan/value_string.h"
-#include "menu.h"
#include "image/clist_ascend.xpm"
#include "image/clist_descend.xpm"
#include "simple_dialog.h"
diff --git a/gtk/bootp_stat.c b/gtk/bootp_stat.c
index eeabe1be3f..e9832d90d7 100644
--- a/gtk/bootp_stat.c
+++ b/gtk/bootp_stat.c
@@ -1,7 +1,7 @@
/* bootp_stat.c
* boop_stat 2003 Jean-Michel FAYARD
*
- * $Id: bootp_stat.c,v 1.5 2003/09/26 02:09:43 guy Exp $
+ * $Id: bootp_stat.c,v 1.6 2003/12/13 17:10:21 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -30,7 +30,7 @@
#include <gtk/gtk.h>
#include "epan/packet_info.h"
#include "epan/epan.h"
-#include "menu.h"
+/*#include "menu.h"*/
#include "simple_dialog.h"
#include "dlg_utils.h"
#include "tap.h"
diff --git a/gtk/dcerpc_stat.c b/gtk/dcerpc_stat.c
index eac1a2943c..d01011b952 100644
--- a/gtk/dcerpc_stat.c
+++ b/gtk/dcerpc_stat.c
@@ -1,7 +1,7 @@
/* dcerpc_stat.c
* dcerpc_stat 2002 Ronnie Sahlberg
*
- * $Id: dcerpc_stat.c,v 1.31 2003/12/13 03:30:07 guy Exp $
+ * $Id: dcerpc_stat.c,v 1.32 2003/12/13 17:10:21 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -37,7 +37,6 @@
#include <gtk/gtk.h>
#include "epan/packet_info.h"
#include "epan/epan.h"
-#include "menu.h"
#include "simple_dialog.h"
#include "dlg_utils.h"
#include "ui_util.h"
diff --git a/gtk/gsm_a_stat.c b/gtk/gsm_a_stat.c
index 319082c159..cc1043995f 100644
--- a/gtk/gsm_a_stat.c
+++ b/gtk/gsm_a_stat.c
@@ -5,7 +5,7 @@
*
* MUCH code modified from service_response_time_table.c.
*
- * $Id: gsm_a_stat.c,v 1.2 2003/12/10 21:21:16 guy Exp $
+ * $Id: gsm_a_stat.c,v 1.3 2003/12/13 17:10:21 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -40,7 +40,6 @@
#include "epan/packet_info.h"
#include "epan/epan.h"
#include "epan/value_string.h"
-#include "menu.h"
#include "image/clist_ascend.xpm"
#include "image/clist_descend.xpm"
#include "simple_dialog.h"
diff --git a/gtk/http_stat.c b/gtk/http_stat.c
index 069ceb285e..871d7418ee 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.7 2003/09/29 19:18:44 jmayer Exp $
+ * $Id: http_stat.c,v 1.8 2003/12/13 17:10:21 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -31,7 +31,6 @@
#include "epan/packet_info.h"
#include "epan/epan.h"
-#include "menu.h"
#include "simple_dialog.h"
#include "dlg_utils.h"
#include "tap.h"
diff --git a/gtk/isup_stat.c b/gtk/isup_stat.c
index 6ae202dc0b..9bb9d4890f 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.1 2003/12/12 19:55:28 guy Exp $
+ * $Id: isup_stat.c,v 1.2 2003/12/13 17:10:21 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -40,7 +40,6 @@
#include "epan/packet_info.h"
#include "epan/epan.h"
#include "epan/value_string.h"
-#include "menu.h"
#include "image/clist_ascend.xpm"
#include "image/clist_descend.xpm"
#include "simple_dialog.h"
diff --git a/gtk/rpc_progs.c b/gtk/rpc_progs.c
index d321630cf1..482750053c 100644
--- a/gtk/rpc_progs.c
+++ b/gtk/rpc_progs.c
@@ -1,7 +1,7 @@
/* rpc_progs.c
* rpc_progs 2002 Ronnie Sahlberg
*
- * $Id: rpc_progs.c,v 1.12 2003/09/24 02:36:35 guy Exp $
+ * $Id: rpc_progs.c,v 1.13 2003/12/13 17:10:21 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -35,7 +35,6 @@
#include <gtk/gtk.h>
#include "epan/packet_info.h"
#include "epan/epan.h"
-#include "menu.h"
#include "tap.h"
#include "../register.h"
#include "packet-rpc.h"
diff --git a/gtk/rpc_stat.c b/gtk/rpc_stat.c
index 95a306997e..7459d63866 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.25 2003/12/04 00:45:39 guy Exp $
+ * $Id: rpc_stat.c,v 1.26 2003/12/13 17:10:21 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -35,7 +35,6 @@
#include <gtk/gtk.h>
#include "epan/packet_info.h"
#include "epan/epan.h"
-#include "menu.h"
#include "simple_dialog.h"
#include "dlg_utils.h"
#include "tap.h"
diff --git a/gtk/wsp_stat.c b/gtk/wsp_stat.c
index f8f9d049a4..8083ac1b4c 100644
--- a/gtk/wsp_stat.c
+++ b/gtk/wsp_stat.c
@@ -1,7 +1,7 @@
/* wsp_stat.c
* wsp_stat 2003 Jean-Michel FAYARD
*
- * $Id: wsp_stat.c,v 1.5 2003/09/26 02:09:44 guy Exp $
+ * $Id: wsp_stat.c,v 1.6 2003/12/13 17:10:21 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -30,7 +30,6 @@
#include <gtk/gtk.h>
#include "epan/packet_info.h"
#include "epan/epan.h"
-#include "menu.h"
#include "simple_dialog.h"
#include "dlg_utils.h"
#include "tap.h"