From 844e68853e14e5cf5ba67a8b376bd59d27383290 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sat, 12 Aug 2017 15:38:17 +0200 Subject: Moved some utility functions to a test-specific utility compilation-unit --- test/performance/client.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/performance/client.hpp') diff --git a/test/performance/client.hpp b/test/performance/client.hpp index 47a13017..2ba09cb9 100644 --- a/test/performance/client.hpp +++ b/test/performance/client.hpp @@ -25,7 +25,7 @@ #include #include -#include "utilities/utilities.hpp" +#include "test/test_utilities.hpp" // The libraries to test #ifdef CLBLAST_REF_CLBLAS -- cgit v1.2.3