From ed3452457b33bb7a4b2f0abb3ae1fc53f826bc9e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Sep 2021 21:15:14 +0300 Subject: Adapt to libbutl headers extension change from .mxx to .hxx --- bpkg/utility.hxx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'bpkg/utility.hxx') diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx index dabffbe..1f6027d 100644 --- a/bpkg/utility.hxx +++ b/bpkg/utility.hxx @@ -15,10 +15,10 @@ #include -#include // icasecmp(), reverse_iterate(), etc -#include -#include -#include +#include // icasecmp(), reverse_iterate(), etc +#include +#include +#include #include #include @@ -38,7 +38,7 @@ namespace bpkg using std::strcmp; using std::strchr; - // + // // using butl::icasecmp; using butl::reverse_iterate; @@ -55,16 +55,16 @@ namespace bpkg using butl::setenv; using butl::unsetenv; - // + // // using butl::process_start_callback; - // + // // using butl::auto_rmfile; using butl::auto_rmdir; - // + // // using butl::load_default_options; using butl::merge_default_options; -- cgit v1.1