aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h450-ros.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-01-28 20:52:52 +0000
committerBill Meier <wmeier@newsguy.com>2009-01-28 20:52:52 +0000
commit9d721959b7ab9979f9ea87129e1b739bac033a1c (patch)
treeabec11de5660da166b56feea1d3be96e0914686e /epan/dissectors/packet-h450-ros.c
parentd830d2884e070bc040fcabba43c7c7a9339e89b6 (diff)
#include prefs.h not req'd
svn path=/trunk/; revision=27322
Diffstat (limited to 'epan/dissectors/packet-h450-ros.c')
-rw-r--r--epan/dissectors/packet-h450-ros.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/epan/dissectors/packet-h450-ros.c b/epan/dissectors/packet-h450-ros.c
index 4d2a4aaba4..24ed803318 100644
--- a/epan/dissectors/packet-h450-ros.c
+++ b/epan/dissectors/packet-h450-ros.c
@@ -38,7 +38,6 @@
#include <string.h>
#include <epan/packet.h>
-#include <epan/prefs.h>
#include <epan/strutil.h>
#include <epan/emem.h>
#include <epan/asn1.h>
@@ -76,7 +75,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 47 "packet-h450-ros-template.c"
+#line 46 "packet-h450-ros-template.c"
/* Initialize the subtree pointers */
@@ -92,7 +91,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 50 "packet-h450-ros-template.c"
+#line 49 "packet-h450-ros-template.c"
/* Preferences */
@@ -571,7 +570,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 77 "packet-h450-ros-template.c"
+#line 76 "packet-h450-ros-template.c"
/*--- proto_register_h450_ros -----------------------------------------------*/
void proto_register_h450_ros(void) {
@@ -663,7 +662,7 @@ void proto_register_h450_ros(void) {
"h450_ros.ReturnErrorProblem", HFILL }},
/*--- End of included file: packet-h450-ros-hfarr.c ---*/
-#line 84 "packet-h450-ros-template.c"
+#line 83 "packet-h450-ros-template.c"
};
/* List of subtrees */
@@ -681,7 +680,7 @@ void proto_register_h450_ros(void) {
&ett_h450_ros_T_problem,
/*--- End of included file: packet-h450-ros-ettarr.c ---*/
-#line 89 "packet-h450-ros-template.c"
+#line 88 "packet-h450-ros-template.c"
};
/* Register protocol and dissector */