From e792d7ccedfb93e924f0d5369b307c0737e4ca3f Mon Sep 17 00:00:00 2001 From: wmeier Date: Tue, 6 Apr 2010 17:01:14 +0000 Subject: #include not needed. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32405 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-rnsap.c | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'epan/dissectors/packet-rnsap.c') diff --git a/epan/dissectors/packet-rnsap.c b/epan/dissectors/packet-rnsap.c index bcb6924714..62f9c368d3 100644 --- a/epan/dissectors/packet-rnsap.c +++ b/epan/dissectors/packet-rnsap.c @@ -43,7 +43,6 @@ #include #include -#include #include #include @@ -952,7 +951,7 @@ typedef enum _ProtocolIE_ID_enum { } ProtocolIE_ID_enum; /*--- End of included file: packet-rnsap-val.h ---*/ -#line 57 "packet-rnsap-template.c" +#line 56 "packet-rnsap-template.c" static dissector_handle_t rrc_dl_dcch_handle = NULL; @@ -3659,7 +3658,7 @@ static int hf_rnsap_value_04 = -1; /* UnsuccessfulOutcome_value * static int hf_rnsap_value_05 = -1; /* Outcome_value */ /*--- End of included file: packet-rnsap-hf.c ---*/ -#line 64 "packet-rnsap-template.c" +#line 63 "packet-rnsap-template.c" /* Initialize the subtree pointers */ static int ett_rnsap = -1; @@ -4935,7 +4934,7 @@ static gint ett_rnsap_UnsuccessfulOutcome = -1; static gint ett_rnsap_Outcome = -1; /*--- End of included file: packet-rnsap-ett.c ---*/ -#line 69 "packet-rnsap-template.c" +#line 68 "packet-rnsap-template.c" /* Global variables */ static guint32 ProcedureCode; @@ -42256,7 +42255,7 @@ static int dissect_NULL_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tre /*--- End of included file: packet-rnsap-fn.c ---*/ -#line 90 "packet-rnsap-template.c" +#line 89 "packet-rnsap-template.c" static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) { @@ -53093,7 +53092,7 @@ void proto_register_rnsap(void) { "rnsap.Outcome_value", HFILL }}, /*--- End of included file: packet-rnsap-hfarr.c ---*/ -#line 142 "packet-rnsap-template.c" +#line 141 "packet-rnsap-template.c" }; /* List of subtrees */ @@ -54370,7 +54369,7 @@ void proto_register_rnsap(void) { &ett_rnsap_Outcome, /*--- End of included file: packet-rnsap-ettarr.c ---*/ -#line 148 "packet-rnsap-template.c" +#line 147 "packet-rnsap-template.c" }; @@ -55199,7 +55198,7 @@ proto_reg_handoff_rnsap(void) /*--- End of included file: packet-rnsap-dis-tab.c ---*/ -#line 187 "packet-rnsap-template.c" +#line 186 "packet-rnsap-template.c" } -- cgit v1.2.3