aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:15:14 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:15:14 +0300
commited3452457b33bb7a4b2f0abb3ae1fc53f826bc9e (patch)
treec17b806ed00b487d511764d8dfad307e0cde00a7 /bpkg/utility.hxx
parent9f162f1c93009f3a8139c4b3e72d6bbd0c1c4dce (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'bpkg/utility.hxx')
-rw-r--r--bpkg/utility.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx
index dabffbe..1f6027d 100644
--- a/bpkg/utility.hxx
+++ b/bpkg/utility.hxx
@@ -15,10 +15,10 @@
#include <libbutl/ft/lang.hxx>
-#include <libbutl/utility.mxx> // icasecmp(), reverse_iterate(), etc
-#include <libbutl/process.mxx>
-#include <libbutl/filesystem.mxx>
-#include <libbutl/default-options.mxx>
+#include <libbutl/utility.hxx> // icasecmp(), reverse_iterate(), etc
+#include <libbutl/process.hxx>
+#include <libbutl/filesystem.hxx>
+#include <libbutl/default-options.hxx>
#include <bpkg/types.hxx>
#include <bpkg/version.hxx>
@@ -38,7 +38,7 @@ namespace bpkg
using std::strcmp;
using std::strchr;
- // <libbutl/utility.mxx>
+ // <libbutl/utility.hxx>
//
using butl::icasecmp;
using butl::reverse_iterate;
@@ -55,16 +55,16 @@ namespace bpkg
using butl::setenv;
using butl::unsetenv;
- // <libbutl/process.mxx>
+ // <libbutl/process.hxx>
//
using butl::process_start_callback;
- // <libbutl/filesystem.mxx>
+ // <libbutl/filesystem.hxx>
//
using butl::auto_rmfile;
using butl::auto_rmdir;
- // <libbutl/default-options.mxx>
+ // <libbutl/default-options.hxx>
//
using butl::load_default_options;
using butl::merge_default_options;