clean-up; removed unnecessary field from type descriptor


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@400 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/skeletons/REAL.h b/skeletons/REAL.h
index 2f7809b..c478f41 100644
--- a/skeletons/REAL.h
+++ b/skeletons/REAL.h
@@ -6,11 +6,9 @@
 #define	ASN_TYPE_REAL_H
 
 #include <asn_application.h>
+#include <ber_codec_prim.h>
 
-typedef struct REAL {
-	uint8_t *buf;	/* Buffer with REAL type encoding */
-	int size;	/* Size of the buffer */
-} REAL_t;
+typedef ASN__PRIMITIVE_TYPE_t REAL_t;
 
 extern asn1_TYPE_descriptor_t asn1_DEF_REAL;