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/options-parser.hxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'xsd/options-parser.hxx') 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 - +#include #include namespace cli { template <> - struct parser + struct parser { static void - parse (Cult::Types::NarrowString& x, scanner& s) + parse (NarrowString& x, scanner& s) { const char* o (s.next ()); -- cgit v1.1