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

@ -6,8 +6,8 @@
*/
#pragma once
#include "core/command_stream/linear_stream.h"
#include "runtime/command_stream/command_stream_receiver.h"
#include "runtime/command_stream/linear_stream.h"
#include "runtime/command_stream/preemption.h"
#include "runtime/gmm_helper/gmm_helper.h"
#include "runtime/helpers/cache_policy.h"