aboutsummaryrefslogtreecommitdiff
path: root/bpkg/types.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:35:31 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:35:31 +0300
commit1e69164d90f9882b2b90716346b363c25d1fd652 (patch)
tree450ada1123facfd81e35fbfb51c84fed12970d6a /bpkg/types.hxx
parent062465f032fbbefd33a2f228e876ca791fafa83f (diff)
Adapt to modularization of 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 31c325c..505d468 100644
--- a/bpkg/types.hxx
+++ b/bpkg/types.hxx
@@ -22,8 +22,8 @@
#include <odb/lazy-ptr.hxx>
-#include <libbutl/path.hxx>
-#include <libbutl/optional.hxx>
+#include <libbutl/path.mxx>
+#include <libbutl/optional.mxx>
namespace bpkg
{
@@ -63,7 +63,7 @@ namespace bpkg
using std::system_error;
using io_error = std::ios_base::failure;
- // <libbutl/optional.hxx>
+ // <libbutl/optional.mxx>
//
using butl::optional;
using butl::nullopt;
@@ -73,7 +73,7 @@ namespace bpkg
using odb::lazy_shared_ptr;
using odb::lazy_weak_ptr;
- // <libbutl/path.hxx>
+ // <libbutl/path.mxx>
//
using butl::path;
using butl::dir_path;