aboutsummaryrefslogtreecommitdiff
path: root/libbpkg/manifest.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:44:19 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:44:19 +0300
commit239dd1f70e16032ee27d1f040955b9b9c75d94f0 (patch)
tree80fd2bb10442d80ac70b5523cdd04a6383136849 /libbpkg/manifest.cxx
parent99441908700b1862fb3895bd7178f434b2fd9aa0 (diff)
Adapt to modularization of libbutl
Diffstat (limited to 'libbpkg/manifest.cxx')
-rw-r--r--libbpkg/manifest.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/libbpkg/manifest.cxx b/libbpkg/manifest.cxx
index 1d953a3..e8034f3 100644
--- a/libbpkg/manifest.cxx
+++ b/libbpkg/manifest.cxx
@@ -15,12 +15,12 @@
#include <algorithm> // find(), transform()
#include <stdexcept> // invalid_argument
-#include <libbutl/path.hxx>
-#include <libbutl/base64.hxx>
-#include <libbutl/utility.hxx> // casecmp(), lcase(), alpha(),
+#include <libbutl/path.mxx>
+#include <libbutl/base64.mxx>
+#include <libbutl/utility.mxx> // casecmp(), lcase(), alpha(),
// digit()
-#include <libbutl/manifest-parser.hxx>
-#include <libbutl/manifest-serializer.hxx>
+#include <libbutl/manifest-parser.mxx>
+#include <libbutl/manifest-serializer.mxx>
using namespace std;
using namespace butl;