diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-28 21:32:04 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-28 21:32:04 +0300 |
commit | 0a7f4f3f59c1dbbe236dff8e36d6b753d9583932 (patch) | |
tree | 0231389bf83694005714df137fc501e563889226 /bbot/worker/worker.cxx | |
parent | dc1d7fa5577f950cc5d922c92d0594dcc41f9936 (diff) |
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'bbot/worker/worker.cxx')
-rw-r--r-- | bbot/worker/worker.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx index 2dcd955..250d0d1 100644 --- a/bbot/worker/worker.cxx +++ b/bbot/worker/worker.cxx @@ -14,13 +14,13 @@ #include <iostream> #include <algorithm> // find(), find_if(), remove_if() -#include <libbutl/b.mxx> -#include <libbutl/pager.mxx> -#include <libbutl/prompt.mxx> -#include <libbutl/utility.mxx> // to_utf8() -#include <libbutl/timestamp.mxx> -#include <libbutl/filesystem.mxx> -#include <libbutl/string-parser.mxx> +#include <libbutl/b.hxx> +#include <libbutl/pager.hxx> +#include <libbutl/prompt.hxx> +#include <libbutl/utility.hxx> // to_utf8() +#include <libbutl/timestamp.hxx> +#include <libbutl/filesystem.hxx> +#include <libbutl/string-parser.hxx> #include <libbbot/manifest.hxx> |