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 --- src/tuning/kernels/xaxpy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tuning/kernels/xaxpy.cpp') diff --git a/src/tuning/kernels/xaxpy.cpp b/src/tuning/kernels/xaxpy.cpp index 403ee9e4..44538b4b 100644 --- a/src/tuning/kernels/xaxpy.cpp +++ b/src/tuning/kernels/xaxpy.cpp @@ -14,7 +14,7 @@ #include #include -#include "utilities.hpp" +#include "utilities/utilities.hpp" #include "tuning/tuning.hpp" namespace clblast { -- cgit v1.2.3