gtests: test_malloc: remove non-existent headers

This commit is contained in:
Dmitrii Zarukin
2024-11-25 15:35:22 -08:00
committed by Dmitry Zarukin
parent 312bb55bca
commit d4f989d395

View File

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright 2020 Intel Corporation
* Copyright 2020-2024 Intel Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -78,10 +78,6 @@ void *malloc(size_t size, int alignment) {
#if DNNL_GPU_RUNTIME == DNNL_RUNTIME_OCL
#include <CL/cl.h>
#include "gpu/ocl/ocl_gpu_engine.hpp"
#include "gpu/ocl/ocl_memory_storage.hpp"
#include "tests/gtests/dnnl_test_common_ocl.hpp"
namespace dnnl {
namespace impl {
namespace gpu {