summaryrefslogtreecommitdiff
path: root/plugins/unistim
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2015-02-10 17:30:58 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2015-02-10 17:53:28 +0000
commit88d62dffe811c8c25ce2993bd58908d447306ba0 (patch)
tree04bc94ba9080ed72a4854a61c9e34b9bf67a7242 /plugins/unistim
parentd5f0df44fb65599dfb881b16c6ec64d0a67db7e2 (diff)
downloadwireshark-88d62dffe811c8c25ce2993bd58908d447306ba0.tar.gz
Remove unneeded includes from plugins folder
Change-Id: Ifdad0fb786a97a6f84a64d442fcca0c20116552f Reviewed-on: https://code.wireshark.org/review/7059 Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
Diffstat (limited to 'plugins/unistim')
-rw-r--r--plugins/unistim/packet-unistim.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/unistim/packet-unistim.c b/plugins/unistim/packet-unistim.c
index 08695ff5b9..ed8fdbf865 100644
--- a/plugins/unistim/packet-unistim.c
+++ b/plugins/unistim/packet-unistim.c
@@ -29,7 +29,6 @@
#include <epan/packet.h>
#include <epan/tap.h>
#include <epan/expert.h>
-#include <epan/address.h>
#include <epan/prefs.h>
#include <epan/dissectors/packet-rtp.h>
#include <epan/dissectors/packet-rtcp.h>