summaryrefslogtreecommitdiff
path: root/xsd/cxx/parser/name-processor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/cxx/parser/name-processor.hxx')
-rw-r--r--xsd/cxx/parser/name-processor.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xsd/cxx/parser/name-processor.hxx b/xsd/cxx/parser/name-processor.hxx
index 558ca2a..a6c41ff 100644
--- a/xsd/cxx/parser/name-processor.hxx
+++ b/xsd/cxx/parser/name-processor.hxx
@@ -8,6 +8,8 @@
#include <xsd-frontend/semantic-graph.hxx>
+#include <types.hxx>
+
#include <cxx/elements.hxx>
#include <cxx/parser/options.hxx>
@@ -15,14 +17,12 @@ namespace CXX
{
namespace Parser
{
- using namespace Cult::Types;
-
class NameProcessor
{
public:
NameProcessor (); // Dummy ctor, helps with long symbols on HP-UX.
- Void
+ void
process (options const&,
XSDFrontend::SemanticGraph::Schema&,
XSDFrontend::SemanticGraph::Path const& file,