aboutsummaryrefslogtreecommitdiff
path: root/load
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:32:25 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:32:25 +0300
commitef2646010039b04ccf882ea3480882fa1e43a1fc (patch)
treeb06bc195eb1be0f19099edeb64f57cc63bc9d70a /load
parent4ba97b671533399e960f9230013f4678cc45b1d2 (diff)
Adapt to modularization of libbutl
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 759dc61..3dbf2fb 100644
--- a/load/load.cxx
+++ b/load/load.cxx
@@ -17,13 +17,13 @@
#include <odb/pgsql/database.hxx>
-#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 <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 <libbpkg/manifest.hxx>