aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/parser/generator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/cxx/parser/generator.hxx')
-rw-r--r--xsde/cxx/parser/generator.hxx14
1 files changed, 5 insertions, 9 deletions
diff --git a/xsde/cxx/parser/generator.hxx b/xsde/cxx/parser/generator.hxx
index a594816..c2a0177 100644
--- a/xsde/cxx/parser/generator.hxx
+++ b/xsde/cxx/parser/generator.hxx
@@ -10,15 +10,14 @@
#include <cult/containers/vector.hxx>
-#include <cult/cli/options.hxx>
-#include <cult/cli/options-spec.hxx>
-
#include <xsd-frontend/semantic-graph/elements.hxx> // Path
#include <xsd-frontend/semantic-graph/schema.hxx>
#include <xsde.hxx>
+
#include <type-map/type-map.hxx>
-#include <cxx/parser/cli.hxx>
+
+#include <cxx/parser/options.hxx>
namespace CXX
{
@@ -32,13 +31,10 @@ namespace CXX
static Void
usage ();
- static CLI::OptionsSpec
- options_spec ();
-
// Assign names to global declarations.
//
static Void
- process_names (CLI::Options const&,
+ process_names (options const&,
XSDFrontend::SemanticGraph::Schema&,
XSDFrontend::SemanticGraph::Path const&);
@@ -47,7 +43,7 @@ namespace CXX
struct Failed {};
static UnsignedLong
- generate (CLI::Options const&,
+ generate (options const&,
XSDFrontend::SemanticGraph::Schema&,
XSDFrontend::SemanticGraph::Path const&,
Boolean file_per_type,