From 8269189c803e2792d185ebafdc739071e2a0961e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 3 Oct 2017 23:42:18 +0300 Subject: Adapt to modularization of libbutl --- 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 9ee6e34..1ea2f93 100644 --- a/tests/buildtab/driver.cxx +++ b/tests/buildtab/driver.cxx @@ -6,7 +6,7 @@ #include #include -#include // operator<<(ostream,exception) +#include // operator<<(ostream,exception) #include diff --git a/tests/manifest/driver.cxx b/tests/manifest/driver.cxx index 1fc1230..91fd512 100644 --- a/tests/manifest/driver.cxx +++ b/tests/manifest/driver.cxx @@ -7,9 +7,9 @@ #include #include -#include // operator<<(ostream,exception) -#include -#include +#include // operator<<(ostream,exception) +#include +#include #include -- cgit v1.1