summaryrefslogtreecommitdiff
path: root/cli/cli/context.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/context.hxx
parent276d476943a10bddf42b65302754e5e56367c465 (diff)
Adapt to cutl/ to libcutl/ rename
Diffstat (limited to 'cli/cli/context.hxx')
-rw-r--r--cli/cli/context.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/cli/context.hxx b/cli/cli/context.hxx
index 633b8ad..66dcb24 100644
--- a/cli/cli/context.hxx
+++ b/cli/cli/context.hxx
@@ -12,9 +12,9 @@
#include <ostream>
#include <cstddef> // std::size_t
-#include <cutl/re.hxx>
-#include <cutl/shared-ptr.hxx>
-#include <cutl/fs/path.hxx>
+#include <libcutl/re.hxx>
+#include <libcutl/shared-ptr.hxx>
+#include <libcutl/fs/path.hxx>
#include <cli/options.hxx>
#include <cli/semantics.hxx>