summaryrefslogtreecommitdiff
path: root/asn1/atn-ulcs/packet-atn-ulcs-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/atn-ulcs/packet-atn-ulcs-template.c')
-rw-r--r--asn1/atn-ulcs/packet-atn-ulcs-template.c16
1 files changed, 6 insertions, 10 deletions
diff --git a/asn1/atn-ulcs/packet-atn-ulcs-template.c b/asn1/atn-ulcs/packet-atn-ulcs-template.c
index 578f7ae240..7df449adf0 100644
--- a/asn1/atn-ulcs/packet-atn-ulcs-template.c
+++ b/asn1/atn-ulcs/packet-atn-ulcs-template.c
@@ -113,20 +113,16 @@ which ATN standard is supported ?
#include "config.h"
-#include <glib.h>
-#include <epan/packet.h>
-#include <epan/dissectors/packet-ber.h>
-#include <epan/dissectors/packet-per.h>
-#include <epan/wmem/wmem.h>
-#include <epan/address.h>
-#include <epan/conversation.h>
-
-#include <stdio.h>
-#include <string.h>
#ifndef _MSC_VER
#include <stdint.h>
#endif
+
+#include <epan/packet.h>
+#include <epan/address.h>
+#include <epan/conversation.h>
+#include "packet-ber.h"
+#include "packet-per.h"
#include "packet-atn-ulcs.h"
#define ATN_ACSE_PROTO "ICAO Doc9705 ULCS ACSE (ISO 8649/8650-1:1996)"