mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Use C++ headers instead of C headers (#1179)
Remove some unnecessary includes. Signed-off-by: Marco Antognini <marco.antognini@arm.com>
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#include "test_functions.h"
|
||||
#include "utility.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <cstring>
|
||||
|
||||
static int BuildKernelDouble(const char *name, int vectorSize, cl_kernel *k,
|
||||
cl_program *p, bool relaxedMode)
|
||||
|
||||
Reference in New Issue
Block a user