aboutsummaryrefslogtreecommitdiff
path: root/libbpkg/manifest.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-28 20:37:50 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-28 20:37:50 +0300
commit9d54661016b1e3d6ea3a6bc633bd657d25e99122 (patch)
tree66bd3478cd67dfb8ea257d1a888e2eea90dd2bdd /libbpkg/manifest.hxx
parentf3d9a26fe6b921ae45b6a4c38713b4ba20754f43 (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'libbpkg/manifest.hxx')
-rw-r--r--libbpkg/manifest.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/libbpkg/manifest.hxx b/libbpkg/manifest.hxx
index b6b9217..ca54cdc 100644
--- a/libbpkg/manifest.hxx
+++ b/libbpkg/manifest.hxx
@@ -14,10 +14,10 @@
#include <stdexcept> // logic_error
#include <functional>
-#include <libbutl/url.mxx>
-#include <libbutl/path.mxx>
-#include <libbutl/optional.mxx>
-#include <libbutl/small-vector.mxx>
+#include <libbutl/url.hxx>
+#include <libbutl/path.hxx>
+#include <libbutl/optional.hxx>
+#include <libbutl/small-vector.hxx>
#include <libbutl/manifest-forward.hxx>
#include <libbpkg/package-name.hxx>
@@ -274,7 +274,7 @@ namespace bpkg
// - is not local (the scheme is not `file`)
// - authority is present and is not empty
//
- // See libbutl/url.mxx for details.
+ // See libbutl/url.hxx for details.
//
// NOTE: this class must not be DLL-exported wholesale (non-exported base).
//
@@ -829,7 +829,7 @@ namespace bpkg
// release, etc).
//
// In particular, the translation function may "patch" the version with
- // the snapshot information (see <libbutl/standard-version.mxx> for
+ // the snapshot information (see <libbutl/standard-version.hxx> for
// details). This translation is normally required for manifests of
// packages that are accessed as directories (as opposed to package
// archives that should have their version already patched).