aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/parser/type-processor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/cxx/parser/type-processor.hxx')
-rw-r--r--xsde/cxx/parser/type-processor.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/xsde/cxx/parser/type-processor.hxx b/xsde/cxx/parser/type-processor.hxx
index de16a82..a3ccbf9 100644
--- a/xsde/cxx/parser/type-processor.hxx
+++ b/xsde/cxx/parser/type-processor.hxx
@@ -6,24 +6,20 @@
#ifndef CXX_PARSER_TYPE_PROCESSOR_HXX
#define CXX_PARSER_TYPE_PROCESSOR_HXX
-#include <cult/types.hxx>
-
#include <xsd-frontend/semantic-graph.hxx>
+#include <types.hxx>
#include <type-map/type-map.hxx>
-
#include <cxx/parser/options.hxx>
namespace CXX
{
namespace Parser
{
- using namespace Cult::Types;
-
class TypeProcessor
{
public:
- Void
+ void
process (options const&,
XSDFrontend::SemanticGraph::Schema&,
TypeMap::Namespaces&);