summaryrefslogtreecommitdiff
path: root/cli/cli/semantics/elements.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-12-17 12:45:45 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-02-24 16:44:14 +0300
commit41501ca607dd84f5836faed1fbaceaf48d8cb54a (patch)
tree2f93172898573e229aeef8b1b6744d220816e325 /cli/cli/semantics/elements.hxx
parent276d476943a10bddf42b65302754e5e56367c465 (diff)
Adapt to cutl/ to libcutl/ rename
Diffstat (limited to 'cli/cli/semantics/elements.hxx')
-rw-r--r--cli/cli/semantics/elements.hxx8
1 files changed, 4 insertions, 4 deletions
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
{