aboutsummaryrefslogtreecommitdiff
path: root/libbbot/manifest.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:27:37 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:27:37 +0300
commitb387713a19ddf0d10d8ae28c5de6e78cd9d568b5 (patch)
tree9a9e38fca32569bb481152c644b56093030bcd40 /libbbot/manifest.cxx
parent066c25383db8d24cc0aed21d9bd4a071c1afdbbd (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'libbbot/manifest.cxx')
-rw-r--r--libbbot/manifest.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/libbbot/manifest.cxx b/libbbot/manifest.cxx
index 5e00201..36f92a0 100644
--- a/libbbot/manifest.cxx
+++ b/libbbot/manifest.cxx
@@ -14,13 +14,13 @@
#include <cstdint> // uint64_t
#include <stdexcept> // invalid_argument
-#include <libbutl/regex.mxx>
-#include <libbutl/base64.mxx>
-#include <libbutl/utility.mxx> // digit()
-#include <libbutl/tab-parser.mxx>
-#include <libbutl/string-parser.mxx>
-#include <libbutl/manifest-parser.mxx>
-#include <libbutl/manifest-serializer.mxx>
+#include <libbutl/regex.hxx>
+#include <libbutl/base64.hxx>
+#include <libbutl/utility.hxx> // digit()
+#include <libbutl/tab-parser.hxx>
+#include <libbutl/string-parser.hxx>
+#include <libbutl/manifest-parser.hxx>
+#include <libbutl/manifest-serializer.hxx>
using namespace std;
using namespace butl;