summaryrefslogtreecommitdiff
path: root/xsd/cxx/tree/polymorphism-processor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/cxx/tree/polymorphism-processor.hxx')
-rw-r--r--xsd/cxx/tree/polymorphism-processor.hxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/xsd/cxx/tree/polymorphism-processor.hxx b/xsd/cxx/tree/polymorphism-processor.hxx
index aebf8d4..fb0a29a 100644
--- a/xsd/cxx/tree/polymorphism-processor.hxx
+++ b/xsd/cxx/tree/polymorphism-processor.hxx
@@ -6,24 +6,21 @@
#ifndef CXX_TREE_POLYMORPHISM_PROCESSOR_HXX
#define CXX_TREE_POLYMORPHISM_PROCESSOR_HXX
-#include <cult/types.hxx>
-
#include <xsd-frontend/semantic-graph.hxx>
-#include <cxx/tree/options.hxx>
-
#include <xsd.hxx>
+#include <types.hxx>
+
+#include <cxx/tree/options.hxx>
namespace CXX
{
namespace Tree
{
- using namespace Cult::Types;
-
class PolymorphismProcessor
{
public:
- Boolean
+ bool
process (options const&,
XSDFrontend::SemanticGraph::Schema&,
XSDFrontend::SemanticGraph::Path const& file,