summaryrefslogtreecommitdiff
path: root/xsd/options-parser.hxx
diff options
context:
space:
mode:
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 ());