From ac80e3c37f1fee068e46b6f5a2043581d413e992 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Sep 2021 21:48:06 +0300 Subject: Adapt to libbutl headers extension change from .mxx to .hxx --- libbrep/utility.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbrep/utility.hxx') diff --git a/libbrep/utility.hxx b/libbrep/utility.hxx index be27a71..7058c94 100644 --- a/libbrep/utility.hxx +++ b/libbrep/utility.hxx @@ -10,7 +10,7 @@ #include // assert() #include // make_move_iterator() -#include // icasecmp(), reverse_iterate(), +#include // icasecmp(), reverse_iterate(), // operator<<(ostream, exception) namespace brep @@ -24,7 +24,7 @@ namespace brep using std::make_move_iterator; using std::to_string; - // + // // using butl::utf8; using butl::icasecmp; -- cgit v1.1