aboutsummaryrefslogtreecommitdiff
path: root/bdep/diagnostics.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:24:03 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:24:03 +0300
commit624cd26fca13bcb11946634e2c0a7d6a691b4355 (patch)
tree409702f8ac114cdba83841995e1a22b3134e7bc9 /bdep/diagnostics.cxx
parent3dca6c1c2c51b3ddd466e2e2e9fd71f4cdf497ed (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'bdep/diagnostics.cxx')
-rw-r--r--bdep/diagnostics.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep/diagnostics.cxx b/bdep/diagnostics.cxx
index 67d7fb4..81c67be 100644
--- a/bdep/diagnostics.cxx
+++ b/bdep/diagnostics.cxx
@@ -5,8 +5,8 @@
#include <odb/statement.hxx>
-#include <libbutl/process.mxx>
-#include <libbutl/process-io.mxx> // operator<<(ostream, process_arg)
+#include <libbutl/process.hxx>
+#include <libbutl/process-io.hxx> // operator<<(ostream, process_arg)
#include <bdep/utility.hxx>