aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-atn-cm.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-03-10 09:16:22 -0400
committerBill Meier <wmeier@newsguy.com>2014-03-10 13:27:38 +0000
commit0e3956ddde6d182e025eecc9ccaf74343a27a277 (patch)
tree412a72335c2ea6cb6cd4a5c005b0c695bcba08ef /epan/dissectors/packet-atn-cm.c
parent99b55eb7a6d7a86961187ae10ed36ce5edd44714 (diff)
Remove 1 duplicate #include and several unneeded #include's.
Change-Id: Iab434edd114082586cc13f05b38e6a9d256a74c5 Reviewed-on: https://code.wireshark.org/review/588 Reviewed-by: Bill Meier <wmeier@newsguy.com> Tested-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/dissectors/packet-atn-cm.c')
-rw-r--r--epan/dissectors/packet-atn-cm.c15
1 files changed, 5 insertions, 10 deletions
diff --git a/epan/dissectors/packet-atn-cm.c b/epan/dissectors/packet-atn-cm.c
index 91ae0a1322..ae65955c26 100644
--- a/epan/dissectors/packet-atn-cm.c
+++ b/epan/dissectors/packet-atn-cm.c
@@ -59,11 +59,6 @@
#include <epan/conversation.h>
#include <epan/dissectors/packet-ber.h>
#include <epan/dissectors/packet-per.h>
-#include <epan/conversation.h>
-
-#include <stdio.h>
-#include <string.h>
-#include <stdint.h>
#include "packet-atn-ulcs.h"
@@ -117,7 +112,7 @@ static int hf_atn_cm_hours = -1; /* Timehours */
static int hf_atn_cm_minutes = -1; /* Timeminutes */
/*--- End of included file: packet-atn-cm-hf.c ---*/
-#line 68 "../../asn1/atn-cm/packet-atn-cm-template.c"
+#line 63 "../../asn1/atn-cm/packet-atn-cm-template.c"
/*--- Included file: packet-atn-cm-ett.c ---*/
@@ -139,7 +134,7 @@ static gint ett_atn_cm_ShortTsap = -1;
static gint ett_atn_cm_Time = -1;
/*--- End of included file: packet-atn-cm-ett.c ---*/
-#line 70 "../../asn1/atn-cm/packet-atn-cm-template.c"
+#line 65 "../../asn1/atn-cm/packet-atn-cm-template.c"
static gint ett_atn_cm = -1;
@@ -636,7 +631,7 @@ static void dissect_CMGroundMessage_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U
/*--- End of included file: packet-atn-cm-fn.c ---*/
-#line 73 "../../asn1/atn-cm/packet-atn-cm-template.c"
+#line 68 "../../asn1/atn-cm/packet-atn-cm-template.c"
static int proto_atn_cm = -1;
static int
@@ -945,7 +940,7 @@ void proto_register_atn_cm (void)
"Timeminutes", HFILL }},
/*--- End of included file: packet-atn-cm-hfarr.c ---*/
-#line 217 "../../asn1/atn-cm/packet-atn-cm-template.c"
+#line 212 "../../asn1/atn-cm/packet-atn-cm-template.c"
};
static gint *ett[] = {
@@ -968,7 +963,7 @@ void proto_register_atn_cm (void)
&ett_atn_cm_Time,
/*--- End of included file: packet-atn-cm-ettarr.c ---*/
-#line 220 "../../asn1/atn-cm/packet-atn-cm-template.c"
+#line 215 "../../asn1/atn-cm/packet-atn-cm-template.c"
&ett_atn_cm
};