Move files to core

Change-Id: I78bf6a82df3399a2b79143333989bac81e7a392a
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2020-01-27 17:28:10 +01:00
committed by sys_ocldev
parent 395444c5cc
commit 522dedfbd2
85 changed files with 130 additions and 132 deletions

View File

@@ -1,11 +1,11 @@
/*
* Copyright (C) 2018-2019 Intel Corporation
* Copyright (C) 2018-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "runtime/helpers/array_count.h"
#include "core/helpers/array_count.h"
#include "unit_tests/test_files/patch_list.h"
#include "gmock/gmock.h"

View File

@@ -1,12 +1,12 @@
/*
* Copyright (C) 2018-2019 Intel Corporation
* Copyright (C) 2018-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "core/helpers/array_count.h"
#include "offline_compiler/decoder/binary_decoder.h"
#include "runtime/helpers/array_count.h"
#include "unit_tests/helpers/test_files.h"
#include "gmock/gmock.h"