new compiler output format


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@79 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/tests/46-redefine-OK.asn1.-PR b/tests/46-redefine-OK.asn1.-PR
index 2fc1e4d..31f6a8e 100644
--- a/tests/46-redefine-OK.asn1.-PR
+++ b/tests/46-redefine-OK.asn1.-PR
@@ -1,5 +1,5 @@
 
-/*** <<< DEPS [PrimitiveType] >>> ***/
+/*** <<< INCLUDES [PrimitiveType] >>> ***/
 
 #include <OCTET_STRING.h>
 
@@ -94,13 +94,13 @@
 }
 
 
-/*** <<< DEPS [ConstructedType] >>> ***/
+/*** <<< INCLUDES [ConstructedType] >>> ***/
 
-/* Dependencies for ConstructedType */
 #include <PrimitiveType.h>
-
 #include <constr_SEQUENCE.h>
 
+/*** <<< DEPS [ConstructedType] >>> ***/
+
 extern asn1_TYPE_descriptor_t asn1_DEF_ConstructedType;
 
 /*** <<< TYPE-DECLS [ConstructedType] >>> ***/
@@ -115,8 +115,6 @@
 
 /*** <<< STAT-DEFS [ConstructedType] >>> ***/
 
-#include <constr_SEQUENCE.h>
-
 static asn1_SEQUENCE_element_t asn1_DEF_ConstructedType_elements[] = {
 	{ offsetof(struct ConstructedType, field), 0,
 		(ASN_TAG_CLASS_CONTEXT | (5 << 2)),
@@ -158,7 +156,7 @@
 };
 
 
-/*** <<< DEPS [T] >>> ***/
+/*** <<< INCLUDES [T] >>> ***/
 
 #include <ConstructedType.h>