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/utility.hxx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'bbot/utility.hxx') diff --git a/bbot/utility.hxx b/bbot/utility.hxx index 7a172a2..e03ee49 100644 --- a/bbot/utility.hxx +++ b/bbot/utility.hxx @@ -13,12 +13,12 @@ #include -#include -#include -#include -#include // casecmp(), reverse_iterate(), etc -#include -#include +#include +#include +#include +#include // casecmp(), reverse_iterate(), etc +#include +#include #include #include @@ -35,7 +35,7 @@ namespace bbot using std::to_string; using std::stoull; - // + // // using butl::casecmp; using butl::reverse_iterate; @@ -43,11 +43,11 @@ namespace bbot using butl::exception_guard; using butl::make_exception_guard; - // + // // using butl::auto_fd; - // + // // using butl::auto_rmdir; using butl::auto_rmfile; -- cgit v1.1