From 0a7f4f3f59c1dbbe236dff8e36d6b753d9583932 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Sep 2021 21:32:04 +0300 Subject: Adapt to libbutl headers extension change from .mxx to .hxx --- bbot/worker/worker.cxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'bbot/worker/worker.cxx') diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx index 2dcd955..250d0d1 100644 --- a/bbot/worker/worker.cxx +++ b/bbot/worker/worker.cxx @@ -14,13 +14,13 @@ #include #include // find(), find_if(), remove_if() -#include -#include -#include -#include // to_utf8() -#include -#include -#include +#include +#include +#include +#include // to_utf8() +#include +#include +#include #include -- cgit v1.1