aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icmp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-11-07 15:12:18 -0800
committerGuy Harris <guy@alum.mit.edu>2015-11-07 23:12:50 +0000
commit8e689a9d4ac7504217001359ad030a2d57295930 (patch)
tree0cc0d4c4bd27c140d88c77d1108645ad25284fc6 /epan/dissectors/packet-icmp.c
parente9ad65adbba9678dbd430dced415132596387347 (diff)
Remove some unnecessary includes.
Either remove them completely, or put them inside an #ifdef. Change-Id: Iceff4909e250c17812f38d94e067f7c37ab72e1b Reviewed-on: https://code.wireshark.org/review/11630 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/packet-icmp.c')
-rw-r--r--epan/dissectors/packet-icmp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-icmp.c b/epan/dissectors/packet-icmp.c
index 1d4410929a..c379ffcd51 100644
--- a/epan/dissectors/packet-icmp.c
+++ b/epan/dissectors/packet-icmp.c
@@ -922,7 +922,6 @@ dissect_extensions(tvbuff_t * tvb, gint offset, proto_tree * tree)
}
}
-#include <stdio.h>
/* ======================================================================= */
static icmp_transaction_t *transaction_start(packet_info * pinfo,
proto_tree * tree,