aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-winsrepl.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2014-12-25 22:34:06 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2014-12-25 22:43:20 +0000
commitadb81f335d17a151361f00001e125480eeaf7bc5 (patch)
treee6a2be82ed201d4f50b7187e9f4f4a12a050d6c1 /epan/dissectors/packet-winsrepl.c
parent9c7c72d5f20e1568425cd734e4fbaf03abbebce6 (diff)
Deleting unnecessary #includes from dissectors.
Fifth batch (packet-rtp.c -> end). Will look at cleaning up and committing script afterwards. Change-Id: I8ed61dc941d98d3f7259a9d1f74e214eb7b4bfa2 Reviewed-on: https://code.wireshark.org/review/6052 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
Diffstat (limited to 'epan/dissectors/packet-winsrepl.c')
-rw-r--r--epan/dissectors/packet-winsrepl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/dissectors/packet-winsrepl.c b/epan/dissectors/packet-winsrepl.c
index c7a19a2601..291943de32 100644
--- a/epan/dissectors/packet-winsrepl.c
+++ b/epan/dissectors/packet-winsrepl.c
@@ -26,15 +26,12 @@
#include "config.h"
-#include <time.h>
#include <epan/packet.h>
#include <epan/expert.h>
#include <epan/exceptions.h>
#include <epan/prefs.h>
-#include <epan/tap.h>
#include <epan/to_str.h>
-#include "packet-windows-common.h"
#include "packet-netbios.h"
#include "packet-tcp.h"