From 239dd1f70e16032ee27d1f040955b9b9c75d94f0 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 3 Oct 2017 23:44:19 +0300 Subject: Adapt to modularization of libbutl --- tests/manifest/driver.cxx | 4 ++-- tests/package-version/driver.cxx | 4 ++-- tests/repository-location/driver.cxx | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'tests') diff --git a/tests/manifest/driver.cxx b/tests/manifest/driver.cxx index 4d87ee7..b7a87eb 100644 --- a/tests/manifest/driver.cxx +++ b/tests/manifest/driver.cxx @@ -7,8 +7,8 @@ #include #include -#include -#include +#include +#include #include diff --git a/tests/package-version/driver.cxx b/tests/package-version/driver.cxx index b39deb1..1cfad1e 100644 --- a/tests/package-version/driver.cxx +++ b/tests/package-version/driver.cxx @@ -9,8 +9,8 @@ #include #include // invalid_argument -#include // operator<<(ostream, exception) -#include +#include // operator<<(ostream, exception) +#include #include diff --git a/tests/repository-location/driver.cxx b/tests/repository-location/driver.cxx index e459cab..a12adad 100644 --- a/tests/repository-location/driver.cxx +++ b/tests/repository-location/driver.cxx @@ -9,9 +9,9 @@ #include #include // invalid_argument -#include // operator<<(ostream, exception) -#include -#include +#include // operator<<(ostream, exception) +#include +#include #include -- cgit v1.1