From 0a7f4f3f59c1dbbe236dff8e36d6b753d9583932 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Sep 2021 21:32:04 +0300 Subject: Adapt to libbutl headers extension change from .mxx to .hxx --- bbot/types.hxx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'bbot/types.hxx') diff --git a/bbot/types.hxx b/bbot/types.hxx index 4996425..ea08bc6 100644 --- a/bbot/types.hxx +++ b/bbot/types.hxx @@ -19,13 +19,13 @@ #include // logic_error, invalid_argument, runtime_error #include -#include -#include -#include +#include +#include +#include #include -#include -#include -#include +#include +#include +#include namespace bbot { @@ -66,12 +66,12 @@ namespace bbot using std::generic_category; using io_error = std::ios_base::failure; - // + // // using butl::optional; using butl::nullopt; - // + // // using butl::auto_fd; using butl::ifdstream; @@ -82,15 +82,15 @@ namespace bbot using olz4stream = butl::lz4::ostream; using ilz4stream = butl::lz4::istream; - // + // // using butl::vector_view; - // + // // using butl::small_vector; - // + // // using butl::path; using butl::dir_path; @@ -100,7 +100,7 @@ namespace bbot using paths = std::vector; using dir_paths = std::vector; - // + // // using butl::standard_version; } -- cgit v1.1