From f63ef29b7e09e9366d7eefaf0d82f21679bab399 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 1 May 2017 17:09:14 +0300 Subject: Adapt to adding hxx extension for headers and lib prefix for library dir in 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 157546e..4d87ee7 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 4659db9..2ca318b 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 3122393..c77a4eb 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