aboutsummaryrefslogtreecommitdiff
path: root/libbpkg/manifest.cxx
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.cxx
parentf3d9a26fe6b921ae45b6a4c38713b4ba20754f43 (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'libbpkg/manifest.cxx')
-rw-r--r--libbpkg/manifest.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/libbpkg/manifest.cxx b/libbpkg/manifest.cxx
index fdc2ee7..f1b50a3 100644
--- a/libbpkg/manifest.cxx
+++ b/libbpkg/manifest.cxx
@@ -13,16 +13,16 @@
#include <algorithm> // find(), find_if_not(), find_first_of(), replace()
#include <stdexcept> // invalid_argument
-#include <libbutl/url.mxx>
-#include <libbutl/path.mxx>
-#include <libbutl/base64.mxx>
-#include <libbutl/utility.mxx> // icasecmp(), lcase(), alnum(),
+#include <libbutl/url.hxx>
+#include <libbutl/path.hxx>
+#include <libbutl/base64.hxx>
+#include <libbutl/utility.hxx> // icasecmp(), lcase(), alnum(),
// digit(), xdigit(), next_word()
-#include <libbutl/filesystem.mxx> // dir_exist()
-#include <libbutl/small-vector.mxx>
-#include <libbutl/manifest-parser.mxx>
-#include <libbutl/manifest-serializer.mxx>
-#include <libbutl/standard-version.mxx>
+#include <libbutl/filesystem.hxx> // dir_exist()
+#include <libbutl/small-vector.hxx>
+#include <libbutl/manifest-parser.hxx>
+#include <libbutl/manifest-serializer.hxx>
+#include <libbutl/standard-version.hxx>
using namespace std;
using namespace butl;