From f8b92f8d0b6e717f787f988b838781b775b9ee50 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Tue, 6 Apr 2010 17:01:14 +0000 Subject: #include not needed. svn path=/trunk/; revision=32405 --- epan/dissectors/packet-crmf.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'epan/dissectors/packet-crmf.c') diff --git a/epan/dissectors/packet-crmf.c b/epan/dissectors/packet-crmf.c index 858e0e0f0c..9905839397 100644 --- a/epan/dissectors/packet-crmf.c +++ b/epan/dissectors/packet-crmf.c @@ -39,7 +39,6 @@ #include #include -#include #include #include "packet-ber.h" @@ -136,7 +135,7 @@ static int hf_crmf_attributes = -1; /* Attributes */ static int hf_crmf_Attributes_item = -1; /* Attribute */ /*--- End of included file: packet-crmf-hf.c ---*/ -#line 51 "packet-crmf-template.c" +#line 50 "packet-crmf-template.c" /* Initialize the subtree pointers */ @@ -170,7 +169,7 @@ static gint ett_crmf_PrivateKeyInfo = -1; static gint ett_crmf_Attributes = -1; /*--- End of included file: packet-crmf-ett.c ---*/ -#line 54 "packet-crmf-template.c" +#line 53 "packet-crmf-template.c" static const char *object_identifier_id; @@ -866,7 +865,7 @@ static void dissect_EncKeyWithID_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, /*--- End of included file: packet-crmf-fn.c ---*/ -#line 58 "packet-crmf-template.c" +#line 57 "packet-crmf-template.c" /*--- proto_register_crmf ----------------------------------------------*/ @@ -1187,7 +1186,7 @@ void proto_register_crmf(void) { "pkix1explicit.Attribute", HFILL }}, /*--- End of included file: packet-crmf-hfarr.c ---*/ -#line 70 "packet-crmf-template.c" +#line 69 "packet-crmf-template.c" }; /* List of subtrees */ @@ -1223,7 +1222,7 @@ void proto_register_crmf(void) { &ett_crmf_Attributes, /*--- End of included file: packet-crmf-ettarr.c ---*/ -#line 75 "packet-crmf-template.c" +#line 74 "packet-crmf-template.c" }; /* Register protocol */ @@ -1250,6 +1249,6 @@ void proto_reg_handoff_crmf(void) { /*--- End of included file: packet-crmf-dis-tab.c ---*/ -#line 90 "packet-crmf-template.c" +#line 89 "packet-crmf-template.c" } -- cgit v1.2.3