From 65cc3797d2605dcdffed1b26a05ab01675662cd1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Shubham=20Gupta/System=20SW=20/SRI-Bangalore/Engineer/?= =?utf8?q?=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Mon, 29 Oct 2018 07:44:13 +0530 Subject: [PATCH] Remove unnecessary headers from arm_compute/runtime/CL/* (#3373) This patch will remove unnecessary headers from arm_compute/runtime/CL files. Signed-off-by: shubham --- .../arm_compute/runtime/CL/functions/CLActivationLayerEx.h | 1 - .../arm_compute/runtime/CL/functions/CLArithmeticSubtractionEx.h | 2 -- .../arm_compute/runtime/CL/functions/CLBatchToSpaceND.h | 1 - libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLCast.h | 1 - libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLDepthToSpace.h | 1 - libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLEqual.h | 1 - libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLExp.h | 2 -- libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLGather.h | 1 - libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLNeg.h | 1 - .../arm_compute/runtime/CL/functions/CLNormalizationLayerEx.h | 4 ---- .../arm_compute/runtime/CL/functions/CLPixelWiseDivision.h | 1 - libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReduceMax.h | 2 -- libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReduceSum.h | 6 ------ .../ARMComputeEx/arm_compute/runtime/CL/functions/CLReductionMean.h | 3 --- libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSpaceToDepth.h | 1 - .../arm_compute/runtime/CL/functions/CLSquaredDifference.h | 1 - libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLStridedSlice.h | 1 - 17 files changed, 30 deletions(-) diff --git a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLActivationLayerEx.h b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLActivationLayerEx.h index 07dd919..6b8fa30 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLActivationLayerEx.h +++ b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLActivationLayerEx.h @@ -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 { diff --git a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLArithmeticSubtractionEx.h b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLArithmeticSubtractionEx.h index 9061d9a..bfb1383 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLArithmeticSubtractionEx.h +++ b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLArithmeticSubtractionEx.h @@ -19,8 +19,6 @@ #include "arm_compute/runtime/CL/ICLSimpleFunction.h" -#include "arm_compute/core/Types.h" - namespace arm_compute { class ICLTensor; diff --git a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLBatchToSpaceND.h b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLBatchToSpaceND.h index e789e0a..1c56b4d 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLBatchToSpaceND.h +++ b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLBatchToSpaceND.h @@ -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 diff --git a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLCast.h b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLCast.h index e86dfc0..56b8408 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLCast.h +++ b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLCast.h @@ -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 diff --git a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLDepthToSpace.h b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLDepthToSpace.h index 7b92762..d78a6ad 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLDepthToSpace.h +++ b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLDepthToSpace.h @@ -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 diff --git a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLEqual.h b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLEqual.h index 3cf2a45..047fb80 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLEqual.h +++ b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLEqual.h @@ -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 diff --git a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLExp.h b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLExp.h index 7d2573e..2d0fc23 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLExp.h +++ b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLExp.h @@ -19,8 +19,6 @@ #include "arm_compute/runtime/CL/ICLSimpleFunction.h" -#include "arm_compute/core/Types.h" - namespace arm_compute { class ICLTensor; diff --git a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLGather.h b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLGather.h index 9165bb7..f7fd3cd 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLGather.h +++ b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLGather.h @@ -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 diff --git a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLNeg.h b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLNeg.h index a714875..508f906 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLNeg.h +++ b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLNeg.h @@ -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 diff --git a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLNormalizationLayerEx.h b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLNormalizationLayerEx.h index 15797c9..1f2b9e9 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLNormalizationLayerEx.h +++ b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLNormalizationLayerEx.h @@ -21,10 +21,6 @@ #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 { diff --git a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLPixelWiseDivision.h b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLPixelWiseDivision.h index 0c3052b..ff76cce 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLPixelWiseDivision.h +++ b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLPixelWiseDivision.h @@ -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 diff --git a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReduceMax.h b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReduceMax.h index ed71379..9f36fff 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReduceMax.h +++ b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReduceMax.h @@ -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 { diff --git a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReduceSum.h b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReduceSum.h index 96ce028..0f8b77d 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReduceSum.h +++ b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReduceSum.h @@ -18,15 +18,9 @@ #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 -#include - namespace arm_compute { class ICLTensor; diff --git a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReductionMean.h b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReductionMean.h index 40e4688..9cbebff 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReductionMean.h +++ b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReductionMean.h @@ -26,11 +26,8 @@ #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 #include namespace arm_compute diff --git a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSpaceToDepth.h b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSpaceToDepth.h index f9ec13c..17f7620 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSpaceToDepth.h +++ b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSpaceToDepth.h @@ -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 diff --git a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSquaredDifference.h b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSquaredDifference.h index a65e778..05a01a3 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSquaredDifference.h +++ b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSquaredDifference.h @@ -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 diff --git a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLStridedSlice.h b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLStridedSlice.h index c051884..a532b91 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLStridedSlice.h +++ b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLStridedSlice.h @@ -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 -- 2.7.4