From 8ac13516f2def2c8d01a2ea11a039ebeafdef8fe Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 3 Oct 2017 23:36:57 +0300 Subject: Adapt to modularization of libbutl --- bbot/types.hxx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'bbot/types.hxx') diff --git a/bbot/types.hxx b/bbot/types.hxx index e1c1cca..fbe1713 100644 --- a/bbot/types.hxx +++ b/bbot/types.hxx @@ -20,11 +20,11 @@ #include // logic_error, invalid_argument, runtime_error #include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include namespace bbot { @@ -64,20 +64,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; @@ -87,7 +87,7 @@ namespace bbot using paths = std::vector; using dir_paths = std::vector; - // + // // using butl::standard_version; } -- cgit v1.1