aboutsummaryrefslogtreecommitdiff
path: root/tests/buildtab/driver.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:27:37 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:27:37 +0300
commitb387713a19ddf0d10d8ae28c5de6e78cd9d568b5 (patch)
tree9a9e38fca32569bb481152c644b56093030bcd40 /tests/buildtab/driver.cxx
parent066c25383db8d24cc0aed21d9bd4a071c1afdbbd (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'tests/buildtab/driver.cxx')
-rw-r--r--tests/buildtab/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/buildtab/driver.cxx b/tests/buildtab/driver.cxx
index 34550db..df23dbc 100644
--- a/tests/buildtab/driver.cxx
+++ b/tests/buildtab/driver.cxx
@@ -4,7 +4,7 @@
#include <ios> // ios::failbit, ios::badbit
#include <iostream>
-#include <libbutl/utility.mxx> // operator<<(ostream,exception)
+#include <libbutl/utility.hxx> // operator<<(ostream,exception)
#include <libbbot/build-config.hxx>