aboutsummaryrefslogtreecommitdiff
path: root/bpkg/types.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-01 17:31:42 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-01 17:31:42 +0300
commitcdbf3a5e82bda23563d97558eda94a89a6191cab (patch)
tree3c106138850559f577898865c8a3ecdfd71c1ee3 /bpkg/types.hxx
parent50be24988c3f0a802f690196f269114c657500b2 (diff)
Adapt to adding hxx extension for headers and lib prefix for library dir in libbutl
Diffstat (limited to 'bpkg/types.hxx')
-rw-r--r--bpkg/types.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/bpkg/types.hxx b/bpkg/types.hxx
index 37c38e5..31c325c 100644
--- a/bpkg/types.hxx
+++ b/bpkg/types.hxx
@@ -22,8 +22,8 @@
#include <odb/lazy-ptr.hxx>
-#include <butl/path>
-#include <butl/optional>
+#include <libbutl/path.hxx>
+#include <libbutl/optional.hxx>
namespace bpkg
{
@@ -63,7 +63,7 @@ namespace bpkg
using std::system_error;
using io_error = std::ios_base::failure;
- // <butl/optional>
+ // <libbutl/optional.hxx>
//
using butl::optional;
using butl::nullopt;
@@ -73,7 +73,7 @@ namespace bpkg
using odb::lazy_shared_ptr;
using odb::lazy_weak_ptr;
- // <butl/path>
+ // <libbutl/path.hxx>
//
using butl::path;
using butl::dir_path;