Removing unnecessary headers included in clfiles of Permute op (#3628)
authorShubham Gupta/System SW /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Tue, 20 Nov 2018 04:05:26 +0000 (09:35 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 20 Nov 2018 04:05:26 +0000 (13:05 +0900)
This patch will remove unnecessary headers included in clfiles of Permute op.

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

index 20368fe..892eeab 100644 (file)
@@ -17,7 +17,6 @@
 #ifndef __ARM_COMPUTE_CLPERMUTEEX_H__
 #define __ARM_COMPUTE_CLPERMUTEEX_H__
 
-#include "arm_compute/core/Types.h"
 #include "arm_compute/runtime/CL/ICLSimpleFunction.h"
 
 namespace arm_compute
index c6d1ad1..a4336db 100644 (file)
 #include "arm_compute/core/CL/kernels/CLPermuteExKernel.h"
 
 #include "arm_compute/core/CL/CLHelpers.h"
-#include "arm_compute/core/CL/CLKernelLibrary.h"
 #include "arm_compute/core/CL/CLKernelLibraryEx.h"
 #include "arm_compute/core/CL/ICLTensor.h"
-#include "arm_compute/core/CL/OpenCL.h"
-#include "arm_compute/core/Error.h"
-#include "arm_compute/core/Helpers.h"
-#include "arm_compute/core/Types.h"
 #include "arm_compute/core/utils/misc/ShapeCalculator.h"
-#include "support/ToolchainSupport.h"
 
 using namespace arm_compute;
 
index 099e56c..fb36327 100644 (file)
  */
 #include "arm_compute/runtime/CL/functions/CLPermuteEx.h"
 
-#include "arm_compute/core/CL/ICLTensor.h"
 #include "arm_compute/core/CL/kernels/CLPermuteExKernel.h"
-#include "arm_compute/core/Error.h"
-#include "support/ToolchainSupport.h"
 
 using namespace arm_compute;