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:
@@ -14,12 +14,13 @@
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
#include "harness/compat.h"
|
||||
#include "reference_math.h"
|
||||
#include <limits.h>
|
||||
#include "harness/compat.h"
|
||||
|
||||
#include <climits>
|
||||
|
||||
#if !defined(_WIN32)
|
||||
#include <string.h>
|
||||
#include <cstring>
|
||||
#endif
|
||||
|
||||
#include "utility.h"
|
||||
|
||||
Reference in New Issue
Block a user