diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-28 21:48:06 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-28 21:48:06 +0300 |
commit | ac80e3c37f1fee068e46b6f5a2043581d413e992 (patch) | |
tree | 9de253075cd0c19a96acc8344eb63609357eae87 /mod/mod-builds.cxx | |
parent | 63eb768b7dcd6b4015354a5f1b75f95032c7149a (diff) |
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'mod/mod-builds.cxx')
-rw-r--r-- | mod/mod-builds.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/mod-builds.cxx b/mod/mod-builds.cxx index 5ffe6dd..c5a1f3c 100644 --- a/mod/mod-builds.cxx +++ b/mod/mod-builds.cxx @@ -11,8 +11,8 @@ #include <odb/database.hxx> #include <odb/transaction.hxx> -#include <libbutl/timestamp.mxx> // to_string() -#include <libbutl/path-pattern.mxx> +#include <libbutl/timestamp.hxx> // to_string() +#include <libbutl/path-pattern.hxx> #include <libbbot/manifest.hxx> // to_result_status(), to_string(result_status) |