mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-16 20:43:01 +08:00
Changing include paths
Change-Id: I3b878463289083c956382e68da3473788cf5c15f
This commit is contained in:
committed by
Jaroslaw Chodor
parent
05210b203b
commit
8f44a95ca0
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2017-2019 Intel Corporation
|
||||
* Copyright (C) 2017-2020 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -7,14 +7,14 @@
|
||||
|
||||
#include "core/command_stream/linear_stream.h"
|
||||
#include "core/helpers/aligned_memory.h"
|
||||
#include "runtime/command_queue/local_id_gen.h"
|
||||
#include "runtime/helpers/per_thread_data.h"
|
||||
#include "runtime/program/kernel_info.h"
|
||||
#include "test.h"
|
||||
#include "unit_tests/fixtures/device_fixture.h"
|
||||
#include "unit_tests/mocks/mock_graphics_allocation.h"
|
||||
|
||||
#include "command_queue/local_id_gen.h"
|
||||
#include "helpers/per_thread_data.h"
|
||||
#include "patch_shared.h"
|
||||
#include "program/kernel_info.h"
|
||||
|
||||
using namespace NEO;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user