summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-08-26 02:53:21 +0000
committerBill Meier <wmeier@newsguy.com>2008-08-26 02:53:21 +0000
commitc9898d7f6b581936fc01f91c4d313786b402e664 (patch)
tree3501fef82dc6fc8dde0679522f25a104f4fbd3f9 /gtk
parent224b638586ba6619b8575aad56ec372969ffaf76 (diff)
downloadwireshark-c9898d7f6b581936fc01f91c4d313786b402e664.tar.gz
#include <emem.h> not req'd
svn path=/trunk/; revision=26094
Diffstat (limited to 'gtk')
-rw-r--r--gtk/conversations_tcpip.c1
-rw-r--r--gtk/expert_comp_table.c1
-rw-r--r--gtk/export_object_dicom.c1
-rw-r--r--gtk/export_object_http.c1
-rw-r--r--gtk/flow_graph.c1
-rw-r--r--gtk/hostlist_tcpip.c1
-rw-r--r--gtk/hostlist_usb.c1
-rw-r--r--gtk/smb_stat.c1
-rw-r--r--gtk/tcp_graph.c1
9 files changed, 0 insertions, 9 deletions
diff --git a/gtk/conversations_tcpip.c b/gtk/conversations_tcpip.c
index 66a5a59de2..a5648d1b2f 100644
--- a/gtk/conversations_tcpip.c
+++ b/gtk/conversations_tcpip.c
@@ -34,7 +34,6 @@
#include <gtk/gtk.h>
#include <epan/packet.h>
-#include <epan/emem.h>
#include <epan/stat_cmd_args.h>
#include <epan/tap.h>
#include <epan/dissectors/packet-tcp.h>
diff --git a/gtk/expert_comp_table.c b/gtk/expert_comp_table.c
index 64bf0b1284..8f8241591a 100644
--- a/gtk/expert_comp_table.c
+++ b/gtk/expert_comp_table.c
@@ -38,7 +38,6 @@
#include "epan/packet_info.h"
#include <epan/expert.h>
-#include <epan/emem.h>
#include "../simple_dialog.h"
#include "../globals.h"
diff --git a/gtk/export_object_dicom.c b/gtk/export_object_dicom.c
index 5c00a5ec86..a8a30f36f1 100644
--- a/gtk/export_object_dicom.c
+++ b/gtk/export_object_dicom.c
@@ -36,7 +36,6 @@
#include <epan/dissectors/packet-dcm.h>
#include <epan/packet.h>
-#include <epan/emem.h>
#include <epan/tap.h>
#include "gtk/export_object.h"
diff --git a/gtk/export_object_http.c b/gtk/export_object_http.c
index 3decf9a2d4..5308bf602e 100644
--- a/gtk/export_object_http.c
+++ b/gtk/export_object_http.c
@@ -33,7 +33,6 @@
#include <gtk/gtk.h>
#include <epan/dissectors/packet-http.h>
-#include <epan/emem.h>
#include <epan/tap.h>
#include "gtk/export_object.h"
diff --git a/gtk/flow_graph.c b/gtk/flow_graph.c
index edf9a38dde..00ebfad5ad 100644
--- a/gtk/flow_graph.c
+++ b/gtk/flow_graph.c
@@ -37,7 +37,6 @@
#include <epan/stat_cmd_args.h>
#include <epan/to_str.h>
#include <epan/tap.h>
-#include <epan/emem.h>
#include <epan/dissectors/packet-tcp.h>
#include <epan/strutil.h>
diff --git a/gtk/hostlist_tcpip.c b/gtk/hostlist_tcpip.c
index 902505a0d6..979b62e8df 100644
--- a/gtk/hostlist_tcpip.c
+++ b/gtk/hostlist_tcpip.c
@@ -36,7 +36,6 @@
#include "epan/packet.h"
#include <epan/stat_cmd_args.h>
#include <epan/tap.h>
-#include <epan/emem.h>
#include <epan/dissectors/packet-tcp.h>
#include "../stat_menu.h"
diff --git a/gtk/hostlist_usb.c b/gtk/hostlist_usb.c
index 574cd772a7..c3c896382a 100644
--- a/gtk/hostlist_usb.c
+++ b/gtk/hostlist_usb.c
@@ -36,7 +36,6 @@
#include "epan/packet.h"
#include <epan/stat_cmd_args.h>
#include <epan/tap.h>
-#include <epan/emem.h>
#include <epan/dissectors/packet-usb.h>
#include "../stat_menu.h"
diff --git a/gtk/smb_stat.c b/gtk/smb_stat.c
index 986854df4c..e7e8e32153 100644
--- a/gtk/smb_stat.c
+++ b/gtk/smb_stat.c
@@ -37,7 +37,6 @@
#include <epan/epan.h>
#include <epan/value_string.h>
#include <epan/tap.h>
-#include <epan/emem.h>
#include <epan/dissectors/packet-smb.h>
#include "../register.h"
diff --git a/gtk/tcp_graph.c b/gtk/tcp_graph.c
index a6bd38100b..bbda34ddf8 100644
--- a/gtk/tcp_graph.c
+++ b/gtk/tcp_graph.c
@@ -36,7 +36,6 @@
#include <epan/ipproto.h>
#include <epan/packet.h>
-#include <epan/emem.h>
#include <epan/etypes.h>
#include <epan/ppptypes.h>
#include <epan/epan_dissect.h>