aboutsummaryrefslogtreecommitdiff
path: root/load
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:48:06 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:48:06 +0300
commitac80e3c37f1fee068e46b6f5a2043581d413e992 (patch)
tree9de253075cd0c19a96acc8344eb63609357eae87 /load
parent63eb768b7dcd6b4015354a5f1b75f95032c7149a (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'load')
-rw-r--r--load/load.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/load/load.cxx b/load/load.cxx
index 4f4e5c4..16bdd40 100644
--- a/load/load.cxx
+++ b/load/load.cxx
@@ -18,13 +18,13 @@
#include <odb/pgsql/database.hxx>
-#include <libbutl/pager.mxx>
-#include <libbutl/sha256.mxx>
-#include <libbutl/process.mxx>
-#include <libbutl/fdstream.mxx>
-#include <libbutl/filesystem.mxx>
-#include <libbutl/tab-parser.mxx>
-#include <libbutl/manifest-parser.mxx>
+#include <libbutl/pager.hxx>
+#include <libbutl/sha256.hxx>
+#include <libbutl/process.hxx>
+#include <libbutl/fdstream.hxx>
+#include <libbutl/filesystem.hxx>
+#include <libbutl/tab-parser.hxx>
+#include <libbutl/manifest-parser.hxx>
#include <libbpkg/manifest.hxx>