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/types.hxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'libbrep/types.hxx') 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; -- cgit v1.1