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-h450-ros.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'epan/dissectors/packet-h450-ros.c') diff --git a/epan/dissectors/packet-h450-ros.c b/epan/dissectors/packet-h450-ros.c index 1496aff104..8d3570e7ba 100644 --- a/epan/dissectors/packet-h450-ros.c +++ b/epan/dissectors/packet-h450-ros.c @@ -35,8 +35,6 @@ # include "config.h" #endif -#include - #include #include #include @@ -75,7 +73,7 @@ static int hf_h450_ros_returnResultProblem = -1; /* ReturnResultProblem */ static int hf_h450_ros_returnErrorProblem = -1; /* ReturnErrorProblem */ /*--- End of included file: packet-h450-ros-hf.c ---*/ -#line 46 "packet-h450-ros-template.c" +#line 44 "packet-h450-ros-template.c" /* Initialize the subtree pointers */ @@ -91,7 +89,7 @@ static gint ett_h450_ros_Reject = -1; static gint ett_h450_ros_T_problem = -1; /*--- End of included file: packet-h450-ros-ett.c ---*/ -#line 49 "packet-h450-ros-template.c" +#line 47 "packet-h450-ros-template.c" /* Preferences */ @@ -579,7 +577,7 @@ dissect_h450_ros_ROS(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, pr /*--- End of included file: packet-h450-ros-fn.c ---*/ -#line 76 "packet-h450-ros-template.c" +#line 74 "packet-h450-ros-template.c" /*--- proto_register_h450_ros -----------------------------------------------*/ void proto_register_h450_ros(void) { @@ -671,7 +669,7 @@ void proto_register_h450_ros(void) { "h450_ros.ReturnErrorProblem", HFILL }}, /*--- End of included file: packet-h450-ros-hfarr.c ---*/ -#line 83 "packet-h450-ros-template.c" +#line 81 "packet-h450-ros-template.c" }; /* List of subtrees */ @@ -689,7 +687,7 @@ void proto_register_h450_ros(void) { &ett_h450_ros_T_problem, /*--- End of included file: packet-h450-ros-ettarr.c ---*/ -#line 88 "packet-h450-ros-template.c" +#line 86 "packet-h450-ros-template.c" }; /* Register protocol and dissector */ -- cgit v1.2.3