aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/VisibleString.h
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-09-24 21:00:50 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-09-24 21:00:50 +0000
commitd157958dc747e6c5d5744a6fcf503c9dcb4e7bc6 (patch)
tree622c98752dc49da748535cb1118ea04bd102849f /skeletons/VisibleString.h
parenteda244a4295c8fbf468bed53afdd588409884103 (diff)
reheaderization
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@394 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'skeletons/VisibleString.h')
-rw-r--r--skeletons/VisibleString.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/skeletons/VisibleString.h b/skeletons/VisibleString.h
index 3c1df420..b90234c6 100644
--- a/skeletons/VisibleString.h
+++ b/skeletons/VisibleString.h
@@ -5,10 +5,9 @@
#ifndef _VisibleString_H_
#define _VisibleString_H_
-#include <constr_TYPE.h>
#include <OCTET_STRING.h>
-typedef OCTET_STRING_t VisibleString_t; /* Implemented in terms of OCTET STRING */
+typedef OCTET_STRING_t VisibleString_t; /* Implemented via OCTET STRING */
extern asn1_TYPE_descriptor_t asn1_DEF_VisibleString;