aboutsummaryrefslogtreecommitdiff
path: root/libbpkg/manifest.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-01 17:09:14 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-01 17:09:14 +0300
commitf63ef29b7e09e9366d7eefaf0d82f21679bab399 (patch)
tree19288c890721d2d1ce9a5bfacc96bfce2655926e /libbpkg/manifest.cxx
parentc4d2ac250aee4102b519ce1db89bde3fe7855639 (diff)
Adapt to adding hxx extension for headers and lib prefix for library dir in libbutl
Diffstat (limited to 'libbpkg/manifest.cxx')
-rw-r--r--libbpkg/manifest.cxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/libbpkg/manifest.cxx b/libbpkg/manifest.cxx
index 2b34695..b5b3f91 100644
--- a/libbpkg/manifest.cxx
+++ b/libbpkg/manifest.cxx
@@ -15,11 +15,12 @@
#include <algorithm> // find(), transform()
#include <stdexcept> // invalid_argument
-#include <butl/path>
-#include <butl/base64>
-#include <butl/utility> // casecmp(), lcase(), alpha(), digit()
-#include <butl/manifest-parser>
-#include <butl/manifest-serializer>
+#include <libbutl/path.hxx>
+#include <libbutl/base64.hxx>
+#include <libbutl/utility.hxx> // casecmp(), lcase(), alpha(),
+ // digit()
+#include <libbutl/manifest-parser.hxx>
+#include <libbutl/manifest-serializer.hxx>
using namespace std;
using namespace butl;