From f726fbdc9fef937fbe32222f0e66aac8d7e2678c Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sat, 18 Jun 2016 20:20:13 +0200 Subject: Moved all headers into the source tree, changed headers to .hpp extension --- test/correctness/routines/level2/xhbmv.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/correctness/routines/level2/xhbmv.cc') diff --git a/test/correctness/routines/level2/xhbmv.cc b/test/correctness/routines/level2/xhbmv.cc index 020c5dc3..a4885c01 100644 --- a/test/correctness/routines/level2/xhbmv.cc +++ b/test/correctness/routines/level2/xhbmv.cc @@ -9,8 +9,8 @@ // // ================================================================================================= -#include "correctness/testblas.h" -#include "routines/level2/xhbmv.h" +#include "test/correctness/testblas.hpp" +#include "test/routines/level2/xhbmv.hpp" // Shortcuts to the clblast namespace using float2 = clblast::float2; -- cgit v1.2.3