*** empty log message ***


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1183 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/libasn1parser/asn1p_module.h b/libasn1parser/asn1p_module.h
index 5e7ce15..ad9eab0 100644
--- a/libasn1parser/asn1p_module.h
+++ b/libasn1parser/asn1p_module.h
@@ -51,16 +51,16 @@
 	asn1p_module_flags_e module_flags;	/* AUTOMATIC TAGS? */
 
 	/*
-	 * List of everything that this module IMPORTS.
-	 */
-	TQ_HEAD(struct asn1p_xports_s)	imports;
-
-	/*
 	 * List of everything that this module EXPORTS.
 	 */
 	TQ_HEAD(struct asn1p_xports_s)	exports;
 
 	/*
+	 * List of everything that this module IMPORTS.
+	 */
+	TQ_HEAD(struct asn1p_xports_s)	imports;
+
+	/*
 	 * List of everything that this module defines itself.
 	 */
 	TQ_HEAD(struct asn1p_expr_s)	members;