aboutsummaryrefslogtreecommitdiff
path: root/xsde/options-parser.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-06-22 15:07:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-06-22 15:07:35 +0200
commit973221821ac8e20da4eadbf4ad552f686b1ace48 (patch)
tree861059c9606d07487f08413b35172fe2b5fa3733 /xsde/options-parser.hxx
parentb2efa0d81f7e28017789082138cb547e6bea4028 (diff)
Get rid of dependency on libcult
Diffstat (limited to 'xsde/options-parser.hxx')
-rw-r--r--xsde/options-parser.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/xsde/options-parser.hxx b/xsde/options-parser.hxx
index a16cd67..ff746a6 100644
--- a/xsde/options-parser.hxx
+++ b/xsde/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 ());