From 54110801525371740298d5cae378bfc778749935 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 22 Jun 2012 11:50:03 +0200 Subject: Get rid of dependency on libcult --- xsd/cxx/literal-map.hxx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'xsd/cxx/literal-map.hxx') diff --git a/xsd/cxx/literal-map.hxx b/xsd/cxx/literal-map.hxx index fd8a062..c103e15 100644 --- a/xsd/cxx/literal-map.hxx +++ b/xsd/cxx/literal-map.hxx @@ -6,15 +6,13 @@ #ifndef CXX_LITERAL_MAP_HXX #define CXX_LITERAL_MAP_HXX -#include -#include +#include + +#include namespace CXX { - using namespace Cult; - typedef WideString String; - - typedef Cult::Containers::Map StringLiteralMap; + typedef std::map StringLiteralMap; bool read_literal_map (NarrowString const& file, StringLiteralMap& map); -- cgit v1.1