From 5829279a4904619753161a2c35021afd07c9fc5f Mon Sep 17 00:00:00 2001 From: wmeier Date: Tue, 6 Apr 2010 18:16:50 +0000 Subject: #include not needed git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32406 f5534014-38df-0310-8fa8-9805f1628bb7 --- asn1/gnm/packet-gnm-template.c | 1 - epan/dissectors/packet-gnm.c | 13 ++++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/asn1/gnm/packet-gnm-template.c b/asn1/gnm/packet-gnm-template.c index 210a7c4971..5750e46d10 100644 --- a/asn1/gnm/packet-gnm-template.c +++ b/asn1/gnm/packet-gnm-template.c @@ -35,7 +35,6 @@ #include #include -#include #include #include "packet-ber.h" #include "packet-cmip.h" diff --git a/epan/dissectors/packet-gnm.c b/epan/dissectors/packet-gnm.c index be6a5ae6fc..7a2903108d 100644 --- a/epan/dissectors/packet-gnm.c +++ b/epan/dissectors/packet-gnm.c @@ -43,7 +43,6 @@ #include #include -#include #include #include "packet-ber.h" #include "packet-cmip.h" @@ -229,7 +228,7 @@ static int hf_gnm_TransmissionCharacteristics_dCME = -1; static int hf_gnm_TransmissionCharacteristics_echoControl = -1; /*--- End of included file: packet-gnm-hf.c ---*/ -#line 52 "packet-gnm-template.c" +#line 51 "packet-gnm-template.c" /* Initialize the subtree pointers */ @@ -303,7 +302,7 @@ static gint ett_gnm_TpsInGtpList = -1; static gint ett_gnm_TransmissionCharacteristics = -1; /*--- End of included file: packet-gnm-ett.c ---*/ -#line 55 "packet-gnm-template.c" +#line 54 "packet-gnm-template.c" /*--- Included file: packet-gnm-fn.c ---*/ @@ -2031,7 +2030,7 @@ static void dissect_Version_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto /*--- End of included file: packet-gnm-fn.c ---*/ -#line 57 "packet-gnm-template.c" +#line 56 "packet-gnm-template.c" @@ -2731,7 +2730,7 @@ void proto_register_gnm(void) { NULL, HFILL }}, /*--- End of included file: packet-gnm-hfarr.c ---*/ -#line 84 "packet-gnm-template.c" +#line 83 "packet-gnm-template.c" }; /* List of subtrees */ @@ -2807,7 +2806,7 @@ void proto_register_gnm(void) { &ett_gnm_TransmissionCharacteristics, /*--- End of included file: packet-gnm-ettarr.c ---*/ -#line 89 "packet-gnm-template.c" +#line 88 "packet-gnm-template.c" }; /* Register protocol */ @@ -2896,7 +2895,7 @@ void proto_reg_handoff_gnm(void) { /*--- End of included file: packet-gnm-dis-tab.c ---*/ -#line 104 "packet-gnm-template.c" +#line 103 "packet-gnm-template.c" /* Wrapper to call CMIP */ register_ber_oid_dissector("0.0.13.3100.0.7.9", dissect_gnm_attribute_ObjectInstance, proto_gnm, "clientConnection(9)"); register_ber_oid_dissector("0.0.13.3100.0.7.10", dissect_gnm_attribute_ObjectInstance, proto_gnm, "clientTrail(10)"); -- cgit v1.2.3