aboutsummaryrefslogtreecommitdiff
path: root/xsde/types.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-06-22 15:07:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-06-22 15:07:35 +0200
commit973221821ac8e20da4eadbf4ad552f686b1ace48 (patch)
tree861059c9606d07487f08413b35172fe2b5fa3733 /xsde/types.hxx
parentb2efa0d81f7e28017789082138cb547e6bea4028 (diff)
Get rid of dependency on libcult
Diffstat (limited to 'xsde/types.hxx')
-rw-r--r--xsde/types.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/xsde/types.hxx b/xsde/types.hxx
index 75bd0e2..4ba69c5 100644
--- a/xsde/types.hxx
+++ b/xsde/types.hxx
@@ -7,9 +7,15 @@
#define TYPES_HXX
#include <vector>
+#include <cstddef> // std::size_t
-#include <cult/types.hxx>
+#include <xsd-frontend/types.hxx>
-typedef std::vector<Cult::Types::NarrowString> NarrowStrings;
+using std::size_t;
+
+using XSDFrontend::String;
+using XSDFrontend::NarrowString;
+
+typedef std::vector<NarrowString> NarrowStrings;
#endif // TYPES_HXX