aboutsummaryrefslogtreecommitdiff
path: root/libbpkg/manifest.hxx
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.hxx
parentc4d2ac250aee4102b519ce1db89bde3fe7855639 (diff)
Adapt to adding hxx extension for headers and lib prefix for library dir in libbutl
Diffstat (limited to 'libbpkg/manifest.hxx')
-rw-r--r--libbpkg/manifest.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/libbpkg/manifest.hxx b/libbpkg/manifest.hxx
index 1b8c694..1420cdb 100644
--- a/libbpkg/manifest.hxx
+++ b/libbpkg/manifest.hxx
@@ -13,9 +13,9 @@
#include <utility> // move()
#include <stdexcept> // logic_error
-#include <butl/path>
-#include <butl/optional>
-#include <butl/manifest-forward>
+#include <libbutl/path.hxx>
+#include <libbutl/optional.hxx>
+#include <libbutl/manifest-forward.hxx>
#include <libbpkg/export.hxx>
#include <libbpkg/version.hxx>