aboutsummaryrefslogtreecommitdiff
path: root/bdep/utility.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:24:03 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:24:03 +0300
commit624cd26fca13bcb11946634e2c0a7d6a691b4355 (patch)
tree409702f8ac114cdba83841995e1a22b3134e7bc9 /bdep/utility.hxx
parent3dca6c1c2c51b3ddd466e2e2e9fd71f4cdf497ed (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'bdep/utility.hxx')
-rw-r--r--bdep/utility.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/bdep/utility.hxx b/bdep/utility.hxx
index 8e3ca3c..e43b4ff 100644
--- a/bdep/utility.hxx
+++ b/bdep/utility.hxx
@@ -13,14 +13,14 @@
#include <libbutl/ft/lang.hxx>
-#include <libbutl/utility.mxx> // icasecmp(), reverse_iterate(), etc
-#include <libbutl/prompt.mxx>
-#include <libbutl/fdstream.mxx>
-#include <libbutl/filesystem.mxx>
-#include <libbutl/default-options.mxx>
+#include <libbutl/utility.hxx> // icasecmp(), reverse_iterate(), etc
+#include <libbutl/prompt.hxx>
+#include <libbutl/fdstream.hxx>
+#include <libbutl/filesystem.hxx>
+#include <libbutl/default-options.hxx>
-#include <libbutl/manifest-parser.mxx> // manifest_parser::filter_function
-#include <libbutl/manifest-serializer.mxx> // manifest_serializer::filter_function
+#include <libbutl/manifest-parser.hxx> // manifest_parser::filter_function
+#include <libbutl/manifest-serializer.hxx> // manifest_serializer::filter_function
#include <bdep/types.hxx>
#include <bdep/version.hxx>
@@ -40,7 +40,7 @@ namespace bdep
using std::find;
using std::find_if;
- // <libbutl/utility.mxx>
+ // <libbutl/utility.hxx>
//
using butl::ucase;
using butl::lcase;
@@ -59,16 +59,16 @@ namespace bdep
using butl::setenv;
using butl::unsetenv;
- // <libbutl/prompt.mxx>
+ // <libbutl/prompt.hxx>
//
using butl::yn_prompt;
- // <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;