summaryrefslogtreecommitdiff
path: root/xsd/options-parser.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-06-22 11:50:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-06-22 11:50:03 +0200
commit54110801525371740298d5cae378bfc778749935 (patch)
treef0f125135b2a1bcf1eea49a559b49d00ea25d879 /xsd/options-parser.hxx
parent3f4a7a6b2a3b708ea69b980494f6e49eb0c02ebc (diff)
Get rid of dependency on libcult
Diffstat (limited to 'xsd/options-parser.hxx')
-rw-r--r--xsd/options-parser.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/xsd/options-parser.hxx b/xsd/options-parser.hxx
index 9ea1e09..26a0782 100644
--- a/xsd/options-parser.hxx
+++ b/xsd/options-parser.hxx
@@ -6,17 +6,16 @@
#ifndef OPTIONS_PARSER_HXX
#define OPTIONS_PARSER_HXX
-#include <cult/types.hxx>
-
+#include <types.hxx>
#include <options.hxx>
namespace cli
{
template <>
- struct parser<Cult::Types::NarrowString>
+ struct parser<NarrowString>
{
static void
- parse (Cult::Types::NarrowString& x, scanner& s)
+ parse (NarrowString& x, scanner& s)
{
const char* o (s.next ());