aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/semantic-graph/elements.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-frontend/semantic-graph/elements.hxx')
-rw-r--r--xsd-frontend/semantic-graph/elements.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xsd-frontend/semantic-graph/elements.hxx b/xsd-frontend/semantic-graph/elements.hxx
index 9bf0462..180a3b4 100644
--- a/xsd-frontend/semantic-graph/elements.hxx
+++ b/xsd-frontend/semantic-graph/elements.hxx
@@ -14,8 +14,6 @@
#include <cult/types.hxx>
-#include <cult/rtti/type-info.hxx>
-
#include <cult/containers/set.hxx>
#include <cult/containers/map.hxx>
#include <cult/containers/list.hxx>
@@ -23,12 +21,14 @@
#include <cult/containers/graph.hxx>
#include <cult/containers/vector.hxx>
-#include <frontend-elements/context.hxx>
+#include <cutl/compiler/context.hxx>
namespace XSDFrontend
{
namespace SemanticGraph
{
+ using namespace cutl;
+
using namespace Cult::Types;
namespace Bits
@@ -164,7 +164,7 @@ namespace XSDFrontend
Paths;
typedef
- FrontendElements::Context
+ compiler::context
Context;
//