summaryrefslogtreecommitdiff
path: root/xsd/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/types.hxx')
-rw-r--r--xsd/types.hxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/xsd/types.hxx b/xsd/types.hxx
deleted file mode 100644
index 7d71104..0000000
--- a/xsd/types.hxx
+++ /dev/null
@@ -1,20 +0,0 @@
-// file : xsd/types.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
-// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
-
-#ifndef TYPES_HXX
-#define TYPES_HXX
-
-#include <vector>
-#include <cstddef> // std::size_t
-
-#include <xsd-frontend/types.hxx>
-
-using std::size_t;
-
-using XSDFrontend::String;
-using XSDFrontend::NarrowString;
-
-typedef std::vector<NarrowString> NarrowStrings;
-
-#endif // TYPES_HXX