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>
|
||||
|
||||
const double twoToMinus1022 = MAKE_HEX_DOUBLE(0x1p-1022, 1, -1022);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user