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/utility.hxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'bbot/utility.hxx') diff --git a/bbot/utility.hxx b/bbot/utility.hxx index a396322..2bc0320 100644 --- a/bbot/utility.hxx +++ b/bbot/utility.hxx @@ -12,11 +12,11 @@ #include -#include -#include -#include -#include // icasecmp(), reverse_iterate(), etc -#include +#include +#include +#include +#include // icasecmp(), reverse_iterate(), etc +#include #include #include @@ -33,7 +33,7 @@ namespace bbot using std::to_string; using std::stoull; - // + // // using butl::icasecmp; using butl::reverse_iterate; @@ -45,7 +45,7 @@ namespace bbot using butl::setenv; using butl::unsetenv; - // + // // using butl::auto_rmdir; using butl::auto_rmfile; -- cgit v1.1