From a8758228f4737b9b930986ed7be1c7148aae9810 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 1 May 2017 19:33:47 +0300 Subject: Adapt to adding hxx extension for headers and lib prefix for library dir in libbutl --- bbot/types.hxx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'bbot/types.hxx') 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 // logic_error, invalid_argument, runtime_error #include -#include -#include -#include -#include +#include +#include +#include +#include namespace bbot { @@ -63,20 +63,20 @@ namespace bbot using std::system_error; using io_error = std::ios_base::failure; - // + // // using butl::optional; using butl::nullopt; - // + // // using butl::vector_view; - // + // // using butl::small_vector; - // + // // using butl::path; using butl::dir_path; -- cgit v1.1