aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff_composite.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-01-18 12:18:38 -0800
committerGuy Harris <guy@alum.mit.edu>2015-01-18 20:19:05 +0000
commit44e7ce54ffdfa416df8e4cfa1c756e95cb8039a0 (patch)
treeeb4def93ba2382f921e187b2463c9e8ef2a4beb7 /epan/tvbuff_composite.c
parent7abb10341b24bb5c139f8470f9456d97404562d2 (diff)
Remove some apparently-unnecessary includes of emem.h.
Change-Id: Ib7d1b587b439ff21ec6b7f1756ce6ccf25b66f80 Reviewed-on: https://code.wireshark.org/review/6635 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/tvbuff_composite.c')
-rw-r--r--epan/tvbuff_composite.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/tvbuff_composite.c b/epan/tvbuff_composite.c
index 60f8108bd6..684e6440e9 100644
--- a/epan/tvbuff_composite.c
+++ b/epan/tvbuff_composite.c
@@ -23,8 +23,6 @@
#include "config.h"
-#include <epan/emem.h>
-
#include "tvbuff.h"
#include "tvbuff-int.h"
#include "proto.h" /* XXX - only used for DISSECTOR_ASSERT, probably a new header file? */