aboutsummaryrefslogtreecommitdiff
path: root/bbot/diagnostics.hxx
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/diagnostics.hxx
parentdc1d7fa5577f950cc5d922c92d0594dcc41f9936 (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'bbot/diagnostics.hxx')
-rw-r--r--bbot/diagnostics.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/diagnostics.hxx b/bbot/diagnostics.hxx
index 575e91b..c5a81d7 100644
--- a/bbot/diagnostics.hxx
+++ b/bbot/diagnostics.hxx
@@ -4,7 +4,7 @@
#ifndef BBOT_DIAGNOSTICS_HXX
#define BBOT_DIAGNOSTICS_HXX
-#include <libbutl/diagnostics.mxx>
+#include <libbutl/diagnostics.hxx>
#include <bbot/types.hxx> // Note: not <bbot/utility>.