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 --- mod/external-handler.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mod/external-handler.cxx') diff --git a/mod/external-handler.cxx b/mod/external-handler.cxx index 2f58bf5..cdf3f71 100644 --- a/mod/external-handler.cxx +++ b/mod/external-handler.cxx @@ -13,9 +13,9 @@ #include // static_assert #include // error_code, generic_category() -#include -#include -#include // operator<<(ostream, process_args) +#include +#include +#include // operator<<(ostream, process_args) using namespace std; using namespace butl; -- cgit v1.1