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