Changing include paths

Change-Id: I3b878463289083c956382e68da3473788cf5c15f
This commit is contained in:
kamdiedrich
2020-02-22 09:28:27 +01:00
committed by Jaroslaw Chodor
parent 05210b203b
commit 8f44a95ca0
1157 changed files with 3539 additions and 3318 deletions

View File

@@ -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;