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/manifest/driver.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/manifest/driver.cxx') 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