aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-redback.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-redback.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-redback.c')
-rw-r--r--epan/dissectors/packet-redback.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-redback.c b/epan/dissectors/packet-redback.c
index d6469c633c..904fb7865c 100644
--- a/epan/dissectors/packet-redback.c
+++ b/epan/dissectors/packet-redback.c
@@ -29,7 +29,6 @@
#include <epan/expert.h>
#include <wiretap/wtap.h>
-#include "packet-ip.h"
void proto_register_redback(void);
void proto_reg_handoff_redback(void);