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/auth.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bpkg/auth.cxx') diff --git a/bpkg/auth.cxx b/bpkg/auth.cxx index ca187ed..93c88f5 100644 --- a/bpkg/auth.cxx +++ b/bpkg/auth.cxx @@ -7,11 +7,11 @@ #include // numeric_limits #include // ostreambuf_iterator -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include #include -- cgit v1.1