aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:32:04 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:32:04 +0300
commit0a7f4f3f59c1dbbe236dff8e36d6b753d9583932 (patch)
tree0231389bf83694005714df137fc501e563889226 /bbot/agent
parentdc1d7fa5577f950cc5d922c92d0594dcc41f9936 (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'bbot/agent')
-rw-r--r--bbot/agent/agent.cxx8
1 files changed, 4 insertions, 4 deletions
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 <iostream>
#include <system_error> // generic_category()
-#include <libbutl/pager.mxx>
-#include <libbutl/sha256.mxx>
-#include <libbutl/openssl.mxx>
-#include <libbutl/filesystem.mxx> // dir_iterator, try_rmfile(), readsymlink()
+#include <libbutl/pager.hxx>
+#include <libbutl/sha256.hxx>
+#include <libbutl/openssl.hxx>
+#include <libbutl/filesystem.hxx> // dir_iterator, try_rmfile(), readsymlink()
#include <libbbot/manifest.hxx>