From 35e5fa9bc1bcb6a21b7192bab5e6105ab7003132 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Sat, 7 Feb 2009 14:33:47 +0000 Subject: #include and/or #include not req'd ... svn path=/trunk/; revision=27390 --- epan/dissectors/packet-acse.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'epan/dissectors/packet-acse.c') diff --git a/epan/dissectors/packet-acse.c b/epan/dissectors/packet-acse.c index a09ad32f7a..56d17123da 100644 --- a/epan/dissectors/packet-acse.c +++ b/epan/dissectors/packet-acse.c @@ -49,7 +49,6 @@ #include #include #include -#include #include #include @@ -183,7 +182,7 @@ static int hf_acse_ACSE_requirements_higher_level_association = -1; static int hf_acse_ACSE_requirements_nested_association = -1; /*--- End of included file: packet-acse-hf.c ---*/ -#line 66 "packet-acse-template.c" +#line 65 "packet-acse-template.c" /* Initialize the subtree pointers */ static gint ett_acse = -1; @@ -227,7 +226,7 @@ static gint ett_acse_Authentication_value_other = -1; static gint ett_acse_Authentication_value = -1; /*--- End of included file: packet-acse-ett.c ---*/ -#line 70 "packet-acse-template.c" +#line 69 "packet-acse-template.c" static struct SESSION_DATA_STRUCTURE* session = NULL; @@ -1645,7 +1644,7 @@ dissect_acse_AE_title(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _ /*--- End of included file: packet-acse-fn.c ---*/ -#line 146 "packet-acse-template.c" +#line 145 "packet-acse-template.c" /* @@ -2184,7 +2183,7 @@ void proto_register_acse(void) { "", HFILL }}, /*--- End of included file: packet-acse-hfarr.c ---*/ -#line 252 "packet-acse-template.c" +#line 251 "packet-acse-template.c" }; /* List of subtrees */ @@ -2230,7 +2229,7 @@ void proto_register_acse(void) { &ett_acse_Authentication_value, /*--- End of included file: packet-acse-ettarr.c ---*/ -#line 258 "packet-acse-template.c" +#line 257 "packet-acse-template.c" }; /* Register protocol */ -- cgit v1.2.3