From 41273da120ef8e4a2bed7576de0532264b042ee1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Sep 2021 20:36:50 +0300 Subject: Adapt to libbutl headers extension change from .mxx to .hxx --- libbuild2/utility.hxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libbuild2/utility.hxx') diff --git a/libbuild2/utility.hxx b/libbuild2/utility.hxx index c7ee2f4..f9f1daa 100644 --- a/libbuild2/utility.hxx +++ b/libbuild2/utility.hxx @@ -15,9 +15,9 @@ #include -#include // combine_hash(), reverse_iterate(), etc -#include -#include +#include // combine_hash(), reverse_iterate(), etc +#include +#include #include #include @@ -54,7 +54,7 @@ namespace build2 using std::stoul; using std::stoull; - // + // // using butl::reverse_iterate; using butl::compare_c_string; @@ -88,12 +88,12 @@ namespace build2 using butl::eof; - // + // // using butl::open_file_or_stdin; using butl::open_file_or_stdout; - // + // // using butl::path_pattern; -- cgit v1.1