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/agent/agent.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bbot/agent') diff --git a/bbot/agent/agent.cxx b/bbot/agent/agent.cxx index ee8c48c..cfff5e4 100644 --- a/bbot/agent/agent.cxx +++ b/bbot/agent/agent.cxx @@ -24,10 +24,10 @@ #include #include // generic_category() -#include -#include -#include -#include // dir_iterator, try_rmfile(), readsymlink() +#include +#include +#include +#include // dir_iterator, try_rmfile(), readsymlink() #include -- cgit v1.1