summaryrefslogtreecommitdiff
path: root/xsd/cxx/tree/order-processor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/cxx/tree/order-processor.hxx')
-rw-r--r--xsd/cxx/tree/order-processor.hxx29
1 files changed, 0 insertions, 29 deletions
diff --git a/xsd/cxx/tree/order-processor.hxx b/xsd/cxx/tree/order-processor.hxx
deleted file mode 100644
index bde6c32..0000000
--- a/xsd/cxx/tree/order-processor.hxx
+++ /dev/null
@@ -1,29 +0,0 @@
-// file : xsde/cxx/tree/order-processor.hxx
-// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
-
-#ifndef CXX_TREE_ORDER_PROCESSOR_HXX
-#define CXX_TREE_ORDER_PROCESSOR_HXX
-
-#include <xsd-frontend/semantic-graph.hxx>
-
-#include <xsd.hxx>
-#include <types.hxx>
-
-#include <cxx/tree/options.hxx>
-
-namespace CXX
-{
- namespace Tree
- {
- class OrderProcessor
- {
- public:
- bool
- process (options const&,
- XSDFrontend::SemanticGraph::Schema&,
- XSDFrontend::SemanticGraph::Path const& file);
- };
- }
-}
-
-#endif // CXX_TREE_ORDER_PROCESSOR_HXX