From b0ff11acf0c857874e518717164eff3ddbabb803 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sat, 22 Oct 2016 15:36:48 +0200 Subject: Moved files around a bit; created a utilities subfolder --- test/correctness/tester.hpp | 2 +- test/performance/client.hpp | 2 +- test/wrapper_cblas.hpp | 2 +- test/wrapper_clblas.hpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/correctness/tester.hpp b/test/correctness/tester.hpp index 13c28e3d..c7fb4407 100644 --- a/test/correctness/tester.hpp +++ b/test/correctness/tester.hpp @@ -28,7 +28,7 @@ #endif #include "clblast.h" -#include "utilities.hpp" +#include "utilities/utilities.hpp" namespace clblast { // ================================================================================================= diff --git a/test/performance/client.hpp b/test/performance/client.hpp index 381ba158..4554c67f 100644 --- a/test/performance/client.hpp +++ b/test/performance/client.hpp @@ -31,7 +31,7 @@ #endif #include "clblast.h" -#include "utilities.hpp" +#include "utilities/utilities.hpp" namespace clblast { // ================================================================================================= diff --git a/test/wrapper_cblas.hpp b/test/wrapper_cblas.hpp index 7bc674ab..5f1db54e 100644 --- a/test/wrapper_cblas.hpp +++ b/test/wrapper_cblas.hpp @@ -20,7 +20,7 @@ extern "C" #include } -#include "utilities.hpp" +#include "utilities/utilities.hpp" namespace clblast { diff --git a/test/wrapper_clblas.hpp b/test/wrapper_clblas.hpp index 3f33890a..f1923784 100644 --- a/test/wrapper_clblas.hpp +++ b/test/wrapper_clblas.hpp @@ -17,7 +17,7 @@ #include -#include "utilities.hpp" +#include "utilities/utilities.hpp" namespace clblast { -- cgit v1.2.3