From ef2646010039b04ccf882ea3480882fa1e43a1fc Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 3 Oct 2017 23:32:25 +0300 Subject: Adapt to modularization of libbutl --- libbrep/build.hxx | 2 +- libbrep/common.hxx | 2 +- libbrep/types.hxx | 14 +++++++------- libbrep/utility.hxx | 4 ++-- libbrep/wrapper-traits.hxx | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) (limited to 'libbrep') diff --git a/libbrep/build.hxx b/libbrep/build.hxx index dda9b43..715815f 100644 --- a/libbrep/build.hxx +++ b/libbrep/build.hxx @@ -10,7 +10,7 @@ #include #include -#include +#include #include diff --git a/libbrep/common.hxx b/libbrep/common.hxx index 56d6768..581784d 100644 --- a/libbrep/common.hxx +++ b/libbrep/common.hxx @@ -108,7 +108,7 @@ namespace brep std::chrono::nanoseconds::period>::value, "The following timestamp ODB mapping is invalid"); - // As it pointed out in libbutl/timestamp.hxx we will overflow in year 2262, + // As it pointed out in libbutl/timestamp.mxx we will overflow in year 2262, // but by that time some larger basic type will be available for mapping. // #pragma db map type(timestamp) as(uint64_t) \ diff --git a/libbrep/types.hxx b/libbrep/types.hxx index 674b888..b4a3b19 100644 --- a/libbrep/types.hxx +++ b/libbrep/types.hxx @@ -22,10 +22,10 @@ #include -#include -#include -#include -#include +#include +#include +#include +#include namespace brep { @@ -65,7 +65,7 @@ namespace brep using std::system_error; using io_error = std::ios_base::failure; - // + // // using butl::optional; using butl::nullopt; @@ -75,7 +75,7 @@ namespace brep using odb::lazy_shared_ptr; using odb::lazy_weak_ptr; - // + // // using butl::path; using butl::dir_path; @@ -85,7 +85,7 @@ namespace brep using paths = std::vector; using dir_paths = std::vector; - // + // // using butl::system_clock; using butl::timestamp; diff --git a/libbrep/utility.hxx b/libbrep/utility.hxx index 1900bc4..65c0b46 100644 --- a/libbrep/utility.hxx +++ b/libbrep/utility.hxx @@ -11,7 +11,7 @@ #include // assert() #include // make_move_iterator() -#include // reverse_iterate(), +#include // reverse_iterate(), // operator<<(ostream, exception) namespace brep @@ -25,7 +25,7 @@ namespace brep using std::make_move_iterator; using std::to_string; - // + // // using butl::reverse_iterate; } diff --git a/libbrep/wrapper-traits.hxx b/libbrep/wrapper-traits.hxx index fcc63c6..70c84e0 100644 --- a/libbrep/wrapper-traits.hxx +++ b/libbrep/wrapper-traits.hxx @@ -7,7 +7,7 @@ #include -#include +#include #include -- cgit v1.1