Refactor headers and reorder include order

Change-Id: I6b341e2b37e569af7d741bfd7a63804c0b25a4c9
This commit is contained in:
Zdanowicz, Zbigniew
2019-02-12 17:27:13 +01:00
committed by sys_ocldev
parent 5160e4d777
commit 8e1e874a76
35 changed files with 84 additions and 69 deletions

View File

@@ -5,7 +5,6 @@
*
*/
#include "kernel.h"
#include "runtime/accelerators/intel_accelerator.h"
#include "runtime/accelerators/intel_motion_estimation.h"
#include "runtime/built_ins/built_ins.h"
@@ -26,6 +25,8 @@
#include "runtime/helpers/sampler_helpers.h"
#include "runtime/helpers/surface_formats.h"
#include "runtime/kernel/image_transformer.h"
#include "runtime/kernel/kernel.h"
#include "runtime/kernel/kernel.inl"
#include "runtime/mem_obj/buffer.h"
#include "runtime/mem_obj/image.h"
#include "runtime/mem_obj/pipe.h"
@@ -34,7 +35,6 @@
#include "runtime/os_interface/debug_settings_manager.h"
#include "runtime/platform/platform.h"
#include "runtime/program/kernel_info.h"
#include "runtime/program/printf_handler.h"
#include "runtime/sampler/sampler.h"
#include "patch_list.h"
@@ -42,8 +42,6 @@
#include <cstdint>
#include <vector>
#include "runtime/kernel/kernel.inl"
using namespace iOpenCL;
namespace OCLRT {