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