mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Cleanup includes in mock_device.h
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
0cea7fe6d1
commit
4882f51721
@ -6,9 +6,13 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "opencl/test/unit_test/mocks/mock_program.h"
|
||||
#include "opencl/test/unit_test/program/program_tests.h"
|
||||
|
||||
namespace NEO {
|
||||
class MockGraphicsAllocation;
|
||||
class MockProgram;
|
||||
} // namespace NEO
|
||||
|
||||
using namespace NEO;
|
||||
|
||||
class MockBuffer;
|
||||
@ -24,5 +28,6 @@ class ProgramWithZebinFixture : public ProgramTests {
|
||||
void TearDown() override;
|
||||
void addEmptyZebin(MockProgram *program);
|
||||
void populateProgramWithSegments(MockProgram *program);
|
||||
~ProgramWithZebinFixture() override = default;
|
||||
~ProgramWithZebinFixture() override;
|
||||
ProgramWithZebinFixture();
|
||||
};
|
||||
|
Reference in New Issue
Block a user