aboutsummaryrefslogtreecommitdiff
path: root/load
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-01 17:23:45 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-01 17:32:27 +0300
commit662400d824ceab77cb4dc2d0163b4d48d210b3e1 (patch)
tree3d32e9473e723dcccd5c08a6d6266fbb23aa8973 /load
parenta03e8a646b90d70b5c33e729b6e757a55a4ccdfd (diff)
Adapt to adding hxx extension for headers and lib prefix for library dir in 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 b478086..23f365a 100644
--- a/load/load.cxx
+++ b/load/load.cxx
@@ -17,13 +17,13 @@
#include <odb/pgsql/database.hxx>
-#include <butl/pager>
-#include <butl/sha256>
-#include <butl/process>
-#include <butl/fdstream>
-#include <butl/filesystem>
-#include <butl/tab-parser>
-#include <butl/manifest-parser>
+#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>