mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 23:33:20 +08:00
Remove unnecessary includes from MockDevice files
Related-To: NEO-3938 Change-Id: I3805bcedcdd95828b79e9b6a6bd572f20234d7de Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
165627c74e
commit
a5c4ad1e2e
@@ -18,6 +18,8 @@
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
using namespace NEO;
|
||||
|
||||
TEST(AllocateGlobalSurfaceTest, GivenSvmAllocsManagerWhenGlobalsAreNotExportedThenMemoryIsAllocatedAsNonSvmAllocation) {
|
||||
auto &device = *(new MockDevice);
|
||||
MockClDevice clDevice{&device};
|
||||
|
||||
Reference in New Issue
Block a user