aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan_dissect.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/epan_dissect.h')
-rw-r--r--epan/epan_dissect.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/epan_dissect.h b/epan/epan_dissect.h
index 5969182d3c..ff48107a5d 100644
--- a/epan/epan_dissect.h
+++ b/epan/epan_dissect.h
@@ -31,7 +31,6 @@ extern "C" {
#include "tvbuff.h"
#include "proto.h"
#include "packet_info.h"
-#include "emem.h"
/* Dissection of a single byte array. Holds tvbuff info as
* well as proto_tree info. As long as the epan_dissect_t for a byte
@@ -42,7 +41,6 @@ extern "C" {
struct _epan_dissect_t {
tvbuff_t *tvb;
proto_tree *tree;
- emem_pool_t *mem;
packet_info pi;
};