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:
Filip Hazubski
2020-03-19 14:26:08 +01:00
committed by sys_ocldev
parent 165627c74e
commit a5c4ad1e2e
79 changed files with 153 additions and 51 deletions

View File

@@ -18,6 +18,8 @@
#include <cstdint>
using namespace NEO;
TEST(AllocateGlobalSurfaceTest, GivenSvmAllocsManagerWhenGlobalsAreNotExportedThenMemoryIsAllocatedAsNonSvmAllocation) {
auto &device = *(new MockDevice);
MockClDevice clDevice{&device};