From 182d743d15810d2a8393ed7fa5d565cf3a394694 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 3 Oct 2017 23:39:34 +0300 Subject: Adapt to modularization of libbutl --- tests/test/script/runner/driver.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/test') diff --git a/tests/test/script/runner/driver.cxx b/tests/test/script/runner/driver.cxx index 43bb66b..c22e7e7 100644 --- a/tests/test/script/runner/driver.cxx +++ b/tests/test/script/runner/driver.cxx @@ -11,10 +11,10 @@ #include #include -#include -#include -#include -#include +#include +#include +#include +#include using namespace std; using namespace butl; -- cgit v1.1