summaryrefslogtreecommitdiff
path: root/cli/cli/semantics
diff options
context:
space:
mode:
Diffstat (limited to 'cli/cli/semantics')
-rw-r--r--cli/cli/semantics/class.cxx2
-rw-r--r--cli/cli/semantics/doc.cxx2
-rw-r--r--cli/cli/semantics/elements.cxx2
-rw-r--r--cli/cli/semantics/elements.hxx8
-rw-r--r--cli/cli/semantics/expression.cxx2
-rw-r--r--cli/cli/semantics/namespace.cxx2
-rw-r--r--cli/cli/semantics/option.cxx2
-rw-r--r--cli/cli/semantics/unit.cxx2
8 files changed, 11 insertions, 11 deletions
diff --git a/cli/cli/semantics/class.cxx b/cli/cli/semantics/class.cxx
index 494d5d0..cd90f8e 100644
--- a/cli/cli/semantics/class.cxx
+++ b/cli/cli/semantics/class.cxx
@@ -2,7 +2,7 @@
// author : Boris Kolpackov <boris@codesynthesis.com>
// license : MIT; see accompanying LICENSE file
-#include <cutl/compiler/type-info.hxx>
+#include <libcutl/compiler/type-info.hxx>
#include <cli/semantics/class.hxx>
diff --git a/cli/cli/semantics/doc.cxx b/cli/cli/semantics/doc.cxx
index c31260c..a12893d 100644
--- a/cli/cli/semantics/doc.cxx
+++ b/cli/cli/semantics/doc.cxx
@@ -2,7 +2,7 @@
// author : Boris Kolpackov <boris@codesynthesis.com>
// license : MIT; see accompanying LICENSE file
-#include <cutl/compiler/type-info.hxx>
+#include <libcutl/compiler/type-info.hxx>
#include <cli/semantics/doc.hxx>
diff --git a/cli/cli/semantics/elements.cxx b/cli/cli/semantics/elements.cxx
index ed8eb7d..3c43f91 100644
--- a/cli/cli/semantics/elements.cxx
+++ b/cli/cli/semantics/elements.cxx
@@ -2,7 +2,7 @@
// author : Boris Kolpackov <boris@codesynthesis.com>
// license : MIT; see accompanying LICENSE file
-#include <cutl/compiler/type-info.hxx>
+#include <libcutl/compiler/type-info.hxx>
#include <cli/semantics/elements.hxx>
diff --git a/cli/cli/semantics/elements.hxx b/cli/cli/semantics/elements.hxx
index 6235a06..e43f707 100644
--- a/cli/cli/semantics/elements.hxx
+++ b/cli/cli/semantics/elements.hxx
@@ -14,12 +14,12 @@
#include <utility> // std::pair
#include <cassert>
-#include <cutl/fs/path.hxx>
+#include <libcutl/fs/path.hxx>
-#include <cutl/container/graph.hxx>
-#include <cutl/container/pointer-iterator.hxx>
+#include <libcutl/container/graph.hxx>
+#include <libcutl/container/pointer-iterator.hxx>
-#include <cutl/compiler/context.hxx>
+#include <libcutl/compiler/context.hxx>
namespace semantics
{
diff --git a/cli/cli/semantics/expression.cxx b/cli/cli/semantics/expression.cxx
index 18d3312..5d1260d 100644
--- a/cli/cli/semantics/expression.cxx
+++ b/cli/cli/semantics/expression.cxx
@@ -2,7 +2,7 @@
// author : Boris Kolpackov <boris@codesynthesis.com>
// license : MIT; see accompanying LICENSE file
-#include <cutl/compiler/type-info.hxx>
+#include <libcutl/compiler/type-info.hxx>
#include <cli/semantics/expression.hxx>
diff --git a/cli/cli/semantics/namespace.cxx b/cli/cli/semantics/namespace.cxx
index 3c2643c..b9ed422 100644
--- a/cli/cli/semantics/namespace.cxx
+++ b/cli/cli/semantics/namespace.cxx
@@ -2,7 +2,7 @@
// author : Boris Kolpackov <boris@codesynthesis.com>
// license : MIT; see accompanying LICENSE file
-#include <cutl/compiler/type-info.hxx>
+#include <libcutl/compiler/type-info.hxx>
#include <cli/semantics/namespace.hxx>
diff --git a/cli/cli/semantics/option.cxx b/cli/cli/semantics/option.cxx
index 8746a5e..215a169 100644
--- a/cli/cli/semantics/option.cxx
+++ b/cli/cli/semantics/option.cxx
@@ -2,7 +2,7 @@
// author : Boris Kolpackov <boris@codesynthesis.com>
// license : MIT; see accompanying LICENSE file
-#include <cutl/compiler/type-info.hxx>
+#include <libcutl/compiler/type-info.hxx>
#include <cli/semantics/option.hxx>
diff --git a/cli/cli/semantics/unit.cxx b/cli/cli/semantics/unit.cxx
index 9c532ea..690011f 100644
--- a/cli/cli/semantics/unit.cxx
+++ b/cli/cli/semantics/unit.cxx
@@ -2,7 +2,7 @@
// author : Boris Kolpackov <boris@codesynthesis.com>
// license : MIT; see accompanying LICENSE file
-#include <cutl/compiler/type-info.hxx>
+#include <libcutl/compiler/type-info.hxx>
#include <cli/semantics/unit.hxx>