From f8b92f8d0b6e717f787f988b838781b775b9ee50 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Tue, 6 Apr 2010 17:01:14 +0000 Subject: #include not needed. svn path=/trunk/; revision=32405 --- epan/dissectors/packet-t125.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'epan/dissectors/packet-t125.c') diff --git a/epan/dissectors/packet-t125.c b/epan/dissectors/packet-t125.c index 347e78a98a..12a0bce617 100644 --- a/epan/dissectors/packet-t125.c +++ b/epan/dissectors/packet-t125.c @@ -39,7 +39,6 @@ #include #include -#include #include #include @@ -174,7 +173,7 @@ static int hf_t125_Segmentation_begin = -1; static int hf_t125_Segmentation_end = -1; /*--- End of included file: packet-t125-hf.c ---*/ -#line 48 "packet-t125-template.c" +#line 47 "packet-t125-template.c" /* Initialize the subtree pointers */ static int ett_t125 = -1; @@ -250,7 +249,7 @@ static gint ett_t125_ConnectMCSPDU = -1; static gint ett_t125_DomainMCSPDU = -1; /*--- End of included file: packet-t125-ett.c ---*/ -#line 52 "packet-t125-template.c" +#line 51 "packet-t125-template.c" /*--- Included file: packet-t125-fn.c ---*/ @@ -2123,7 +2122,7 @@ static int dissect_ConnectMCSPDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, /*--- End of included file: packet-t125-fn.c ---*/ -#line 54 "packet-t125-template.c" +#line 53 "packet-t125-template.c" static int dissect_t125(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *parent_tree) @@ -2627,7 +2626,7 @@ void proto_register_t125(void) { NULL, HFILL }}, /*--- End of included file: packet-t125-hfarr.c ---*/ -#line 89 "packet-t125-template.c" +#line 88 "packet-t125-template.c" }; /* List of subtrees */ @@ -2705,7 +2704,7 @@ void proto_register_t125(void) { &ett_t125_DomainMCSPDU, /*--- End of included file: packet-t125-ettarr.c ---*/ -#line 95 "packet-t125-template.c" +#line 94 "packet-t125-template.c" }; /* Register protocol */ -- cgit v1.2.1