Remove unnecessary headers from arm_compute/runtime/CL/* (#3373)
authorShubham Gupta/System SW /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Mon, 29 Oct 2018 02:14:13 +0000 (07:44 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 29 Oct 2018 02:14:13 +0000 (11:14 +0900)
This patch will remove unnecessary headers from arm_compute/runtime/CL files.

Signed-off-by: shubham <shub98.gupta@samsung.com>
17 files changed:
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLActivationLayerEx.h
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLArithmeticSubtractionEx.h
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLBatchToSpaceND.h
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLCast.h
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLDepthToSpace.h
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLEqual.h
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLExp.h
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLGather.h
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLNeg.h
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLNormalizationLayerEx.h
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLPixelWiseDivision.h
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReduceMax.h
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReduceSum.h
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReductionMean.h
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSpaceToDepth.h
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSquaredDifference.h
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLStridedSlice.h

index 07dd919..6b8fa30 100644 (file)
@@ -20,7 +20,6 @@
 #include "arm_compute/runtime/CL/ICLSimpleFunction.h"
 
 #include "arm_compute/core/TypesEx.h"
-#include "arm_compute/core/Types.h"
 
 namespace arm_compute
 {
index e789e0a..1c56b4d 100644 (file)
@@ -17,7 +17,6 @@
 #ifndef __ARM_COMPUTE_CLBATCH_TO_SPACE_ND_H__
 #define __ARM_COMPUTE_CLBATCH_TO_SPACE_ND_H__
 
-#include "arm_compute/core/Types.h"
 #include "arm_compute/runtime/CL/ICLSimpleFunction.h"
 
 namespace arm_compute
index e86dfc0..56b8408 100644 (file)
@@ -24,7 +24,6 @@
 #ifndef __ARM_COMPUTE_CLCAST_H__
 #define __ARM_COMPUTE_CLCAST_H__
 
-#include "arm_compute/core/Types.h"
 #include "arm_compute/runtime/CL/ICLSimpleFunction.h"
 
 namespace arm_compute
index 7b92762..d78a6ad 100644 (file)
@@ -17,7 +17,6 @@
 #ifndef __ARM_COMPUTE_CLDEPTHTOSPACE_H__
 #define __ARM_COMPUTE_CLDEPTHTOSPACE_H__
 
-#include "arm_compute/core/Types.h"
 #include "arm_compute/runtime/CL/ICLSimpleFunction.h"
 
 namespace arm_compute
index 3cf2a45..047fb80 100644 (file)
@@ -17,7 +17,6 @@
 #ifndef __ARM_COMPUTE_CLEQUAL_H__
 #define __ARM_COMPUTE_CLEQUAL_H__
 
-#include "arm_compute/core/Types.h"
 #include "arm_compute/runtime/CL/ICLSimpleFunction.h"
 
 namespace arm_compute
index 7d2573e..2d0fc23 100644 (file)
@@ -19,8 +19,6 @@
 
 #include "arm_compute/runtime/CL/ICLSimpleFunction.h"
 
-#include "arm_compute/core/Types.h"
-
 namespace arm_compute
 {
 class ICLTensor;
index 9165bb7..f7fd3cd 100644 (file)
@@ -24,7 +24,6 @@
 #ifndef __ARM_COMPUTE_CLGATHER_H__
 #define __ARM_COMPUTE_CLGATHER_H__
 
-#include "arm_compute/core/Types.h"
 #include "arm_compute/runtime/CL/ICLSimpleFunction.h"
 
 namespace arm_compute
index a714875..508f906 100644 (file)
@@ -17,7 +17,6 @@
 #ifndef __ARM_COMPUTE_CLNEG_H__
 #define __ARM_COMPUTE_CLNEG_H__
 
-#include "arm_compute/core/Types.h"
 #include "arm_compute/runtime/CL/ICLSimpleFunction.h"
 
 namespace arm_compute
index 15797c9..1f2b9e9 100644 (file)
 
 #include "arm_compute/core/CL/kernels/CLFillBorderKernel.h"
 #include "arm_compute/core/CL/kernels/CLNormalizationLayerExKernel.h"
-#include "arm_compute/core/CL/kernels/CLPixelWiseMultiplicationKernel.h"
-#include "arm_compute/runtime/CL/CLTensor.h"
-
-#include "arm_compute/core/Types.h"
 
 namespace arm_compute
 {
index 0c3052b..ff76cce 100644 (file)
@@ -23,7 +23,6 @@
 #ifndef __ARM_COMPUTE_CLPIXELWISEDIVISION_H__
 #define __ARM_COMPUTE_CLPIXELWISEDIVISION_H__
 
-#include "arm_compute/core/Types.h"
 #include "arm_compute/runtime/CL/ICLSimpleFunction.h"
 
 namespace arm_compute
index ed71379..9f36fff 100644 (file)
@@ -26,8 +26,6 @@
 
 #include "arm_compute/runtime/CL/CLArray.h"
 #include "arm_compute/runtime/IFunction.h"
-#include "arm_compute/core/Types.h"
-#include "arm_compute/core/CL/ICLKernel.h"
 
 namespace arm_compute
 {
index 96ce028..0f8b77d 100644 (file)
 #ifndef __ARM_COMPUTE_CLREDUCESUM_H__
 #define __ARM_COMPUTE_CLREDUCESUM_H__
 
-#include "arm_compute/core/CL/kernels/CLFillBorderKernel.h"
 #include "arm_compute/core/CL/kernels/CLReduceSumKernel.h"
-#include "arm_compute/core/Types.h"
-#include "arm_compute/runtime/CL/CLTensor.h"
 #include "arm_compute/runtime/IFunction.h"
 
-#include <memory>
-#include <vector>
-
 namespace arm_compute
 {
 class ICLTensor;
index 40e4688..9cbebff 100644 (file)
 
 #include "arm_compute/core/CL/kernels/CLFillBorderKernel.h"
 #include "arm_compute/core/CL/kernels/CLReductionMeanKernel.h"
-#include "arm_compute/core/Types.h"
-#include "arm_compute/runtime/CL/CLTensor.h"
 #include "arm_compute/runtime/IFunction.h"
 
-#include <memory>
 #include <vector>
 
 namespace arm_compute
index f9ec13c..17f7620 100644 (file)
@@ -17,7 +17,6 @@
 #ifndef __ARM_COMPUTE_CLSPACETODEPTH_H__
 #define __ARM_COMPUTE_CLSPACETODEPTH_H__
 
-#include "arm_compute/core/Types.h"
 #include "arm_compute/runtime/CL/ICLSimpleFunction.h"
 
 namespace arm_compute
index a65e778..05a01a3 100644 (file)
@@ -17,7 +17,6 @@
 #ifndef __ARM_COMPUTE_CLSQUARED_DIFFERENCE_H__
 #define __ARM_COMPUTE_CLSQUARED_DIFFERENCE_H__
 
-#include "arm_compute/core/Types.h"
 #include "arm_compute/runtime/CL/ICLSimpleFunction.h"
 
 namespace arm_compute
index c051884..a532b91 100644 (file)
@@ -24,7 +24,6 @@
 #ifndef __ARM_COMPUTE_CLSTRIDEDSLICE_H__
 #define __ARM_COMPUTE_CLSTRIDEDSLICE_H__
 
-#include "arm_compute/runtime/IFunction.h"
 #include "arm_compute/runtime/CL/ICLSimpleFunction.h"
 
 namespace arm_compute