summaryrefslogtreecommitdiff
path: root/xsd/cxx/literal-map.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/cxx/literal-map.hxx')
-rw-r--r--xsd/cxx/literal-map.hxx10
1 files changed, 4 insertions, 6 deletions
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 <cult/types.hxx>
-#include <cult/containers/map.hxx>
+#include <map>
+
+#include <types.hxx>
namespace CXX
{
- using namespace Cult;
- typedef WideString String;
-
- typedef Cult::Containers::Map<String, String> StringLiteralMap;
+ typedef std::map<String, String> StringLiteralMap;
bool
read_literal_map (NarrowString const& file, StringLiteralMap& map);