diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-28 20:36:50 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-28 20:36:50 +0300 |
commit | 41273da120ef8e4a2bed7576de0532264b042ee1 (patch) | |
tree | 29b5c6c1a0ec36d22117f42d9acb02615e30b06a /libbuild2/version/utility.cxx | |
parent | dec742c5fa8a8ab35b2bbe96f990a84959164f66 (diff) |
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'libbuild2/version/utility.cxx')
-rw-r--r-- | libbuild2/version/utility.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/version/utility.cxx b/libbuild2/version/utility.cxx index 5e2375d..9fec7ec 100644 --- a/libbuild2/version/utility.cxx +++ b/libbuild2/version/utility.cxx @@ -3,8 +3,8 @@ #include <libbuild2/version/utility.hxx> -#include <libbutl/manifest-parser.mxx> -#include <libbutl/manifest-serializer.mxx> +#include <libbutl/manifest-parser.hxx> +#include <libbutl/manifest-serializer.hxx> #include <libbuild2/context.hxx> #include <libbuild2/filesystem.hxx> // path_perms() |