diff options
author | Bill Meier <wmeier@newsguy.com> | 2008-08-26 02:38:57 +0000 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2008-08-26 02:38:57 +0000 |
commit | 224b638586ba6619b8575aad56ec372969ffaf76 (patch) | |
tree | 0b2ebf4fe786cdd3eec91f04f0c7ec346ce1bc1e /tap-iousers.c | |
parent | f0acec06964e259ceafbb7eb86bd270f6b39481c (diff) | |
download | wireshark-224b638586ba6619b8575aad56ec372969ffaf76.tar.gz wireshark-224b638586ba6619b8575aad56ec372969ffaf76.tar.bz2 wireshark-224b638586ba6619b8575aad56ec372969ffaf76.zip |
#include <emem.h> not req'd
svn path=/trunk/; revision=26093
Diffstat (limited to 'tap-iousers.c')
-rw-r--r-- | tap-iousers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tap-iousers.c b/tap-iousers.c index 2e3bbeec77..d347fd39fa 100644 --- a/tap-iousers.c +++ b/tap-iousers.c @@ -35,7 +35,6 @@ #include <string.h> #include <epan/packet_info.h> #include <epan/packet.h> -#include <epan/emem.h> #include <epan/addr_resolv.h> #include <epan/tap.h> #include <epan/conversation.h> |