From 1e69164d90f9882b2b90716346b363c25d1fd652 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 3 Oct 2017 23:35:31 +0300 Subject: Adapt to modularization of libbutl --- bpkg/utility.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bpkg/utility.hxx') diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx index 3314393..8a1107c 100644 --- a/bpkg/utility.hxx +++ b/bpkg/utility.hxx @@ -13,9 +13,9 @@ #include -#include // casecmp(), reverse_iterate(), etc +#include // casecmp(), reverse_iterate(), etc -#include +#include #include #include @@ -31,7 +31,7 @@ namespace bpkg using std::make_move_iterator; using std::to_string; - // + // // using butl::casecmp; using butl::reverse_iterate; -- cgit v1.1