From b387713a19ddf0d10d8ae28c5de6e78cd9d568b5 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Sep 2021 21:27:37 +0300 Subject: Adapt to libbutl headers extension change from .mxx to .hxx --- tests/buildtab/driver.cxx | 2 +- tests/manifest/driver.cxx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') 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::failbit, ios::badbit #include -#include // operator<<(ostream,exception) +#include // operator<<(ostream,exception) #include diff --git a/tests/manifest/driver.cxx b/tests/manifest/driver.cxx index 2a38352..9c0fcf9 100644 --- a/tests/manifest/driver.cxx +++ b/tests/manifest/driver.cxx @@ -5,9 +5,9 @@ #include #include -#include // operator<<(ostream,exception) -#include -#include +#include // operator<<(ostream,exception) +#include +#include #include -- cgit v1.1