mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 21:27:04 +08:00
Remove not needed include
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6c3e2ee20a
commit
00d89da6ea
@@ -7,7 +7,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "shared/source/command_stream/submission_status.h"
|
||||
#include "shared/source/command_stream/task_count_helper.h"
|
||||
|
||||
#include <cstdint>
|
||||
@@ -15,6 +14,7 @@
|
||||
|
||||
namespace NEO {
|
||||
using FlushStamp = uint64_t;
|
||||
enum class SubmissionStatus : uint32_t;
|
||||
struct CompletionStamp {
|
||||
static TaskCountType getTaskCountFromSubmissionStatusError(SubmissionStatus submissionStatus);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user