From 42d8daee194ecaebfd075d71681c5e71f32a556a Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Sat, 7 Feb 2009 15:17:54 +0000 Subject: #include not req'd ... svn path=/trunk/; revision=27391 --- epan/dissectors/packet-q932-ros.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'epan/dissectors/packet-q932-ros.c') diff --git a/epan/dissectors/packet-q932-ros.c b/epan/dissectors/packet-q932-ros.c index f5cb93c36c..43a5d8356a 100644 --- a/epan/dissectors/packet-q932-ros.c +++ b/epan/dissectors/packet-q932-ros.c @@ -39,7 +39,6 @@ #include #include -#include #include #include "packet-ber.h" @@ -79,7 +78,7 @@ static int hf_q932_ros_present = -1; /* INTEGER */ static int hf_q932_ros_InvokeId_present = -1; /* InvokeId_present */ /*--- End of included file: packet-q932-ros-hf.c ---*/ -#line 46 "packet-q932-ros-template.c" +#line 45 "packet-q932-ros-template.c" /* Initialize the subtree pointers */ @@ -97,7 +96,7 @@ static gint ett_q932_ros_T_problem = -1; static gint ett_q932_ros_InvokeId = -1; /*--- End of included file: packet-q932-ros-ett.c ---*/ -#line 49 "packet-q932-ros-template.c" +#line 48 "packet-q932-ros-template.c" /* Preferences */ @@ -666,7 +665,7 @@ static int dissect_ROS_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree /*--- End of included file: packet-q932-ros-fn.c ---*/ -#line 64 "packet-q932-ros-template.c" +#line 63 "packet-q932-ros-template.c" /*--- dissect_q932_ros -----------------------------------------------------*/ static int dissect_q932_ros(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) { @@ -781,7 +780,7 @@ void proto_register_q932_ros(void) { "q932_ros.InvokeId_present", HFILL }}, /*--- End of included file: packet-q932-ros-hfarr.c ---*/ -#line 78 "packet-q932-ros-template.c" +#line 77 "packet-q932-ros-template.c" }; /* List of subtrees */ @@ -801,7 +800,7 @@ void proto_register_q932_ros(void) { &ett_q932_ros_InvokeId, /*--- End of included file: packet-q932-ros-ettarr.c ---*/ -#line 83 "packet-q932-ros-template.c" +#line 82 "packet-q932-ros-template.c" }; /* Register protocol and dissector */ -- cgit v1.2.3