aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/semantic-graph/elements.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-05-07 09:35:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-05-07 09:35:54 +0200
commit900cdb2da86c6a9c523bac093aef482a1f1033e3 (patch)
treee9f169568996c40924a779cdc8f0b3f8c07813e1 /xsd-frontend/semantic-graph/elements.hxx
parent25cc7b7193999f095707028c5a315bc6bc95c82a (diff)
Get rid of dependency on libfrontend-elements
Use libcutl facilities instead.
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;
//