From 5e527213a2430bb3018e5eebd909aef294edf9b5 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 18 Dec 2020 18:48:46 +0300 Subject: Switch to build2 --- xsd/types.hxx | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 xsd/types.hxx (limited to 'xsd/types.hxx') diff --git a/xsd/types.hxx b/xsd/types.hxx deleted file mode 100644 index 51af830..0000000 --- a/xsd/types.hxx +++ /dev/null @@ -1,19 +0,0 @@ -// file : xsd/types.hxx -// license : GNU GPL v2 + exceptions; see accompanying LICENSE file - -#ifndef TYPES_HXX -#define TYPES_HXX - -#include -#include // std::size_t - -#include - -using std::size_t; - -using XSDFrontend::String; -using XSDFrontend::NarrowString; - -typedef std::vector NarrowStrings; - -#endif // TYPES_HXX -- cgit v1.1