aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:35:31 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:35:31 +0300
commit1e69164d90f9882b2b90716346b363c25d1fd652 (patch)
tree450ada1123facfd81e35fbfb51c84fed12970d6a /bpkg/utility.hxx
parent062465f032fbbefd33a2f228e876ca791fafa83f (diff)
Adapt to modularization of libbutl
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;