aboutsummaryrefslogtreecommitdiff
path: root/bpkg/fetch-git.cxx
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/fetch-git.cxx
parent9f162f1c93009f3a8139c4b3e72d6bbd0c1c4dce (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'bpkg/fetch-git.cxx')
-rw-r--r--bpkg/fetch-git.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/bpkg/fetch-git.cxx b/bpkg/fetch-git.cxx
index 8195375..5c63ea2 100644
--- a/bpkg/fetch-git.cxx
+++ b/bpkg/fetch-git.cxx
@@ -5,11 +5,11 @@
#include <map>
-#include <libbutl/git.mxx>
-#include <libbutl/filesystem.mxx> // path_entry
-#include <libbutl/path-pattern.mxx>
-#include <libbutl/semantic-version.mxx>
-#include <libbutl/standard-version.mxx> // parse_standard_version()
+#include <libbutl/git.hxx>
+#include <libbutl/filesystem.hxx> // path_entry
+#include <libbutl/path-pattern.hxx>
+#include <libbutl/semantic-version.hxx>
+#include <libbutl/standard-version.hxx> // parse_standard_version()
#include <bpkg/diagnostics.hxx>
@@ -2364,7 +2364,7 @@ namespace bpkg
// "elevated console mode":
//
// - file symlinks are currently not supported (see
- // libbutl/filesystem.mxx for details).
+ // libbutl/filesystem.hxx for details).
//
// - git creates symlinks to directories, rather than junctions. This
// makes things to fall apart as Windows API seems to be unable to