aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtcp.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2014-12-23 17:10:40 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2014-12-23 17:16:40 +0000
commit7e8a4b09276daf67649c93fc6f2e036cb93257be (patch)
treef66bcbf294d3a32221592d3258ed0b08f72cf6c3 /epan/dissectors/packet-rtcp.c
parent9d7709e7b7681a86efb270f0a7ff02c4c4010988 (diff)
Deleting unnecessary #includes from dissectors.
Fourth batch (packet-mac-lte.c -> packet-rtp.c). Will look at cleaning up and committing script afterwards. Change-Id: Id921f07f4b274f0cfb77ce81abe4a285fdb8b644 Reviewed-on: https://code.wireshark.org/review/6023 Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
Diffstat (limited to 'epan/dissectors/packet-rtcp.c')
-rw-r--r--epan/dissectors/packet-rtcp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rtcp.c b/epan/dissectors/packet-rtcp.c
index 3fc1a9b189..42b33f773b 100644
--- a/epan/dissectors/packet-rtcp.c
+++ b/epan/dissectors/packet-rtcp.c
@@ -75,7 +75,6 @@
#include <epan/prefs.h>
#include <epan/expert.h>
-#include <epan/strutil.h>
#include <epan/to_str.h>
void proto_register_rtcp(void);