summaryrefslogtreecommitdiff
path: root/ui/tap-tcp-stream.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2015-01-01 23:09:08 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2015-01-01 23:11:10 +0000
commit43f09e67b4fcf83be61725c76755926500d5d9c3 (patch)
tree4a8ef497e53487a002f9c67c72dc7976226b651b /ui/tap-tcp-stream.c
parent5981dab95b87ffd629d6ab6a45289af60c3d3b27 (diff)
downloadwireshark-43f09e67b4fcf83be61725c76755926500d5d9c3.tar.gz
Remove unneeded includes from ui folder
Change-Id: Ifd1eebff9080cd3867e44e4dcb2d2681370ed60a Reviewed-on: https://code.wireshark.org/review/6128 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
Diffstat (limited to 'ui/tap-tcp-stream.c')
-rw-r--r--ui/tap-tcp-stream.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/tap-tcp-stream.c b/ui/tap-tcp-stream.c
index 3315292d4a..370cdfd76d 100644
--- a/ui/tap-tcp-stream.c
+++ b/ui/tap-tcp-stream.c
@@ -24,14 +24,12 @@
#include "config.h"
-#include <glib.h>
#include <stdlib.h>
#include <file.h>
#include <frame_tvbuff.h>
-#include <epan/address.h>
#include <epan/epan_dissect.h>
#include <epan/packet.h>
#include <epan/tap.h>