summaryrefslogtreecommitdiff
path: root/odb/plugin.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-12-17 12:56:05 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-02-24 16:52:44 +0300
commitfaf35acd52de1b4d918f07ba73b39d44f22f0a7e (patch)
tree4d62823164fa24fe640faae52471a57247080e53 /odb/plugin.cxx
parent398c7ad035b4c9afb261dacce38f9ac74822e8ca (diff)
Adapt to cutl/ to libcutl/ rename
Diffstat (limited to 'odb/plugin.cxx')
-rw-r--r--odb/plugin.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/plugin.cxx b/odb/plugin.cxx
index aff90ee..c065a8a 100644
--- a/odb/plugin.cxx
+++ b/odb/plugin.cxx
@@ -14,8 +14,8 @@
#include <cassert>
#include <iostream>
-#include <cutl/re.hxx>
-#include <cutl/fs/path.hxx>
+#include <libcutl/re.hxx>
+#include <libcutl/fs/path.hxx>
#include <odb/pragma.hxx>
#include <odb/parser.hxx>