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/processing/cardinality/processor.hxx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'xsd/processing/cardinality/processor.hxx') diff --git a/xsd/processing/cardinality/processor.hxx b/xsd/processing/cardinality/processor.hxx index fa1dffd..5d7fb3c 100644 --- a/xsd/processing/cardinality/processor.hxx +++ b/xsd/processing/cardinality/processor.hxx @@ -6,23 +6,21 @@ #ifndef PROCESSING_CARDINALITY_PROCESSOR_HXX #define PROCESSING_CARDINALITY_PROCESSOR_HXX -#include - #include // Path #include +#include + namespace Processing { namespace Cardinality { - using namespace Cult::Types; - class Processor { public: struct Failed {}; - Void + void process (XSDFrontend::SemanticGraph::Schema&, XSDFrontend::SemanticGraph::Path const& file); }; -- cgit v1.1