Moving hash and file_io to core

Change-Id: I1e6eece53fadf62a8919aa41e04deee3dac2ce60
This commit is contained in:
Jaroslaw Chodor
2019-10-16 22:21:04 +02:00
committed by sys_ocldev
parent 239fe2a0fe
commit 90e5cf164c
59 changed files with 80 additions and 78 deletions

View File

@@ -5,14 +5,15 @@
*
*/
#include <core/helpers/aligned_memory.h>
#include <core/utilities/debug_settings_reader.h>
#include <runtime/compiler_interface/binary_cache.h>
#include <runtime/helpers/file_io.h>
#include <runtime/helpers/hash.h>
#include <runtime/helpers/hw_info.h>
#include <runtime/os_interface/ocl_reg_path.h>
#include <runtime/os_interface/os_inc_base.h>
#include "runtime/compiler_interface/binary_cache.h"
#include "core/helpers/aligned_memory.h"
#include "core/helpers/file_io.h"
#include "core/helpers/hash.h"
#include "core/utilities/debug_settings_reader.h"
#include "runtime/helpers/hw_info.h"
#include "runtime/os_interface/ocl_reg_path.h"
#include "runtime/os_interface/os_inc_base.h"
#include "config.h"
#include "os_inc.h"