aboutsummaryrefslogtreecommitdiff
path: root/bbot/utility.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:32:04 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:32:04 +0300
commit0a7f4f3f59c1dbbe236dff8e36d6b753d9583932 (patch)
tree0231389bf83694005714df137fc501e563889226 /bbot/utility.hxx
parentdc1d7fa5577f950cc5d922c92d0594dcc41f9936 (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'bbot/utility.hxx')
-rw-r--r--bbot/utility.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/bbot/utility.hxx b/bbot/utility.hxx
index a396322..2bc0320 100644
--- a/bbot/utility.hxx
+++ b/bbot/utility.hxx
@@ -12,11 +12,11 @@
#include <libbutl/ft/lang.hxx>
-#include <libbutl/curl.mxx>
-#include <libbutl/process.mxx>
-#include <libbutl/process-io.mxx>
-#include <libbutl/utility.mxx> // icasecmp(), reverse_iterate(), etc
-#include <libbutl/filesystem.mxx>
+#include <libbutl/curl.hxx>
+#include <libbutl/process.hxx>
+#include <libbutl/process-io.hxx>
+#include <libbutl/utility.hxx> // icasecmp(), reverse_iterate(), etc
+#include <libbutl/filesystem.hxx>
#include <bbot/types.hxx>
#include <bbot/version.hxx>
@@ -33,7 +33,7 @@ namespace bbot
using std::to_string;
using std::stoull;
- // <libbutl/utility.mxx>
+ // <libbutl/utility.hxx>
//
using butl::icasecmp;
using butl::reverse_iterate;
@@ -45,7 +45,7 @@ namespace bbot
using butl::setenv;
using butl::unsetenv;
- // <libbutl/filesystem.mxx>
+ // <libbutl/filesystem.hxx>
//
using butl::auto_rmdir;
using butl::auto_rmfile;