aboutsummaryrefslogtreecommitdiff
path: root/bbot/types.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-01 19:33:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-01 19:33:47 +0300
commita8758228f4737b9b930986ed7be1c7148aae9810 (patch)
treeb91834baa1f8b497b9a5e26cce67248a20867036 /bbot/types.hxx
parent2a40615e322df66417f4066aa4c2d3175356b10f (diff)
Adapt to adding hxx extension for headers and lib prefix for library dir in libbutl
Diffstat (limited to 'bbot/types.hxx')
-rw-r--r--bbot/types.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/bbot/types.hxx b/bbot/types.hxx
index 20f9f23..0ab6377 100644
--- a/bbot/types.hxx
+++ b/bbot/types.hxx
@@ -20,10 +20,10 @@
#include <stdexcept> // logic_error, invalid_argument, runtime_error
#include <system_error>
-#include <butl/path>
-#include <butl/optional>
-#include <butl/vector-view>
-#include <butl/small-vector>
+#include <libbutl/path.hxx>
+#include <libbutl/optional.hxx>
+#include <libbutl/vector-view.hxx>
+#include <libbutl/small-vector.hxx>
namespace bbot
{
@@ -63,20 +63,20 @@ namespace bbot
using std::system_error;
using io_error = std::ios_base::failure;
- // <butl/optional>
+ // <libbutl/optional.hxx>
//
using butl::optional;
using butl::nullopt;
- // <butl/vector-view>
+ // <libbutl/vector-view.hxx>
//
using butl::vector_view;
- // <butl/small-vector>
+ // <libbutl/small-vector.hxx>
//
using butl::small_vector;
- // <butl/path>
+ // <libbutl/path.hxx>
//
using butl::path;
using butl::dir_path;