Move Linear Stream to core folder

Change-Id: I962ebd6e9075fcab9d7b6211524093109e62d382
Signed-off-by: Daria Hinz <daria.hinz@intel.com>
This commit is contained in:
Daria Hinz
2019-08-22 16:51:02 +02:00
committed by sys_ocldev
parent e851359e32
commit 6566eb3193
36 changed files with 35 additions and 35 deletions

View File

@@ -5,7 +5,7 @@
*
*/
#include "runtime/command_stream/linear_stream.h"
#include "core/command_stream/linear_stream.h"
#include "runtime/memory_manager/graphics_allocation.h"
#include "unit_tests/command_stream/linear_stream_fixture.h"
#include "unit_tests/mocks/mock_graphics_allocation.h"