aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/utility.hxx')
-rw-r--r--bpkg/utility.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx
index 3314393..8a1107c 100644
--- a/bpkg/utility.hxx
+++ b/bpkg/utility.hxx
@@ -13,9 +13,9 @@
#include <libbutl/ft/lang.hxx>
-#include <libbutl/utility.hxx> // casecmp(), reverse_iterate(), etc
+#include <libbutl/utility.mxx> // casecmp(), reverse_iterate(), etc
-#include <libbutl/filesystem.hxx>
+#include <libbutl/filesystem.mxx>
#include <bpkg/types.hxx>
#include <bpkg/version.hxx>
@@ -31,7 +31,7 @@ namespace bpkg
using std::make_move_iterator;
using std::to_string;
- // <libbutl/utility.hxx>
+ // <libbutl/utility.mxx>
//
using butl::casecmp;
using butl::reverse_iterate;