Removing extra header files included in topkv2 files (#3372)
authorShubham Gupta/System SW /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Mon, 29 Oct 2018 11:36:26 +0000 (17:06 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 29 Oct 2018 11:36:26 +0000 (20:36 +0900)
commit079048b3ae445816a73e2779684398b4b301b553
tree5b7af33f7bb491212ba5253aedd34ed7678cfa3d
parent48a7103666a2656426cce8e2ffa03b1d2dd91f29
Removing extra header files included in topkv2 files (#3372)

This patch will remove extra unnecessary headers in topkv2 op.
Also add CLScheduler.h which was getting included by CLArray
ClArray was including headers which were not required, hence it has been removed

Signed-off-by: shubham <shub98.gupta@samsung.com>
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLTopKV2Kernel.h
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLTopKV2.h
libs/ARMComputeEx/src/core/CL/kernels/CLTopKV2Kernel.cpp
libs/ARMComputeEx/src/runtime/CL/functions/CLTopKV2.cpp