From a441793cba1e5cb7567e08990e82bfb94f6764df Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Tue, 25 Jun 2013 22:02:20 +0000 Subject: Move a couple of time-related modules into wsutil. A bunch of files didn't really need to include these header files so remove the include line rather than changing it. svn path=/trunk/; revision=50154 --- epan/dissectors/packet-goose.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'epan/dissectors/packet-goose.c') diff --git a/epan/dissectors/packet-goose.c b/epan/dissectors/packet-goose.c index a17e644ce3..7cd1c67eda 100644 --- a/epan/dissectors/packet-goose.c +++ b/epan/dissectors/packet-goose.c @@ -38,7 +38,6 @@ #include #include #include -#include #include "packet-ber.h" #include "packet-acse.h" @@ -120,7 +119,7 @@ static int hf_goose_mMSString = -1; /* MMSString */ static int hf_goose_utc_time = -1; /* UtcTime */ /*--- End of included file: packet-goose-hf.c ---*/ -#line 52 "../../asn1/goose/packet-goose-template.c" +#line 51 "../../asn1/goose/packet-goose-template.c" /* Initialize the subtree pointers */ static int ett_goose = -1; @@ -147,7 +146,7 @@ static gint ett_goose_SEQUENCE_OF_Data = -1; static gint ett_goose_Data = -1; /*--- End of included file: packet-goose-ett.c ---*/ -#line 57 "../../asn1/goose/packet-goose-template.c" +#line 56 "../../asn1/goose/packet-goose-template.c" /*--- Included file: packet-goose-fn.c ---*/ @@ -715,7 +714,7 @@ dissect_goose_GOOSEpdu(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset /*--- End of included file: packet-goose-fn.c ---*/ -#line 59 "../../asn1/goose/packet-goose-template.c" +#line 58 "../../asn1/goose/packet-goose-template.c" /* * Dissect GOOSE PDUs inside a PPDU. @@ -1024,7 +1023,7 @@ void proto_register_goose(void) { "UtcTime", HFILL }}, /*--- End of included file: packet-goose-hfarr.c ---*/ -#line 127 "../../asn1/goose/packet-goose-template.c" +#line 126 "../../asn1/goose/packet-goose-template.c" }; /* List of subtrees */ @@ -1052,7 +1051,7 @@ void proto_register_goose(void) { &ett_goose_Data, /*--- End of included file: packet-goose-ettarr.c ---*/ -#line 133 "../../asn1/goose/packet-goose-template.c" +#line 132 "../../asn1/goose/packet-goose-template.c" }; static ei_register_info ei[] = { -- cgit v1.2.3