From cdbf3a5e82bda23563d97558eda94a89a6191cab Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 1 May 2017 17:31:42 +0300 Subject: Adapt to adding hxx extension for headers and lib prefix for library dir in libbutl --- bpkg/utility.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bpkg/utility.hxx') diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx index c84b466..3314393 100644 --- a/bpkg/utility.hxx +++ b/bpkg/utility.hxx @@ -11,11 +11,11 @@ #include // assert() #include // make_move_iterator() -#include +#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