mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Change core inlcudes
Change-Id: Iaec903af420f0a92f7d86e484c83300fb9c531ad Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
@@ -5,18 +5,18 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "core/gmm_helper/gmm.h"
|
||||
#include "core/gmm_helper/gmm_helper.h"
|
||||
#include "core/gmm_helper/resource_info.h"
|
||||
#include "core/helpers/array_count.h"
|
||||
#include "core/helpers/hw_helper.h"
|
||||
#include "core/memory_manager/allocations_list.h"
|
||||
#include "core/memory_manager/memory_operations_handler.h"
|
||||
#include "core/memory_manager/unified_memory_manager.h"
|
||||
#include "core/os_interface/os_context.h"
|
||||
#include "core/unit_tests/helpers/debug_manager_state_restore.h"
|
||||
#include "core/unit_tests/helpers/ult_hw_config.h"
|
||||
#include "core/unit_tests/utilities/base_object_utils.h"
|
||||
#include "gmm_helper/gmm.h"
|
||||
#include "gmm_helper/gmm_helper.h"
|
||||
#include "gmm_helper/resource_info.h"
|
||||
#include "helpers/array_count.h"
|
||||
#include "helpers/hw_helper.h"
|
||||
#include "memory_manager/allocations_list.h"
|
||||
#include "memory_manager/memory_operations_handler.h"
|
||||
#include "memory_manager/unified_memory_manager.h"
|
||||
#include "os_interface/os_context.h"
|
||||
#include "unit_tests/helpers/debug_manager_state_restore.h"
|
||||
#include "unit_tests/helpers/ult_hw_config.h"
|
||||
#include "unit_tests/utilities/base_object_utils.h"
|
||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||
#include "opencl/source/command_queue/gpgpu_walker.h"
|
||||
#include "opencl/source/event/user_event.h"
|
||||
|
||||
Reference in New Issue
Block a user