From 9ade30a7b1683f247ae2fb40cecd07e745d0cb6c Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Wed, 7 Apr 2010 16:54:29 +0000 Subject: #include and/or #include not needed. svn path=/trunk/; revision=32417 --- epan/dissectors/packet-acp133.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'epan/dissectors/packet-acp133.c') diff --git a/epan/dissectors/packet-acp133.c b/epan/dissectors/packet-acp133.c index 655429ffa1..4d94e642af 100644 --- a/epan/dissectors/packet-acp133.c +++ b/epan/dissectors/packet-acp133.c @@ -40,8 +40,6 @@ #include #include -#include - #include "packet-ber.h" #include "packet-x509af.h" @@ -142,7 +140,7 @@ static int hf_acp133_OnSupported_acp127_pn = -1; static int hf_acp133_OnSupported_acp127_tn = -1; /*--- End of included file: packet-acp133-hf.c ---*/ -#line 55 "packet-acp133-template.c" +#line 53 "packet-acp133-template.c" /* Initialize the subtree pointers */ static gint ett_acp133 = -1; @@ -170,7 +168,7 @@ static gint ett_acp133_Capability = -1; static gint ett_acp133_SET_OF_ExtendedContentType = -1; /*--- End of included file: packet-acp133-ett.c ---*/ -#line 59 "packet-acp133-template.c" +#line 57 "packet-acp133-template.c" /*--- Included file: packet-acp133-fn.c ---*/ @@ -1018,7 +1016,7 @@ static void dissect_Capability_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pr /*--- End of included file: packet-acp133-fn.c ---*/ -#line 61 "packet-acp133-template.c" +#line 59 "packet-acp133-template.c" /*--- proto_register_acp133 -------------------------------------------*/ @@ -1340,7 +1338,7 @@ void proto_register_acp133(void) { NULL, HFILL }}, /*--- End of included file: packet-acp133-hfarr.c ---*/ -#line 70 "packet-acp133-template.c" +#line 68 "packet-acp133-template.c" }; /* List of subtrees */ @@ -1370,7 +1368,7 @@ void proto_register_acp133(void) { &ett_acp133_SET_OF_ExtendedContentType, /*--- End of included file: packet-acp133-ettarr.c ---*/ -#line 76 "packet-acp133-template.c" +#line 74 "packet-acp133-template.c" }; /* Register protocol */ @@ -1431,7 +1429,7 @@ void proto_reg_handoff_acp133(void) { /*--- End of included file: packet-acp133-dis-tab.c ---*/ -#line 92 "packet-acp133-template.c" +#line 90 "packet-acp133-template.c" /* X.402 Object Classes */ oid_add_from_string("id-oc-mhs-distribution-list","2.6.5.1.0"); -- cgit v1.2.3