aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-26 02:38:57 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-26 02:38:57 +0000
commite4cc95554f41c203179a748b1e7b96e475229427 (patch)
tree0b2ebf4fe786cdd3eec91f04f0c7ec346ce1bc1e /tshark.c
parentd9cf1682709ddea9561428b47e7350a7792d0b9c (diff)
#include <emem.h> not req'd
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26093 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tshark.c b/tshark.c
index fe2b978bfd..acdf9c6826 100644
--- a/tshark.c
+++ b/tshark.c
@@ -96,7 +96,6 @@
#endif /* _WIN32 */
#include "capture_sync.h"
#endif /* HAVE_LIBPCAP */
-#include "epan/emem.h"
#include "log.h"
#include <epan/funnel.h>