From 24d6dc360f0b5b87c28b6ea73a8a2f50723a07e0 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:43:28 +0530 Subject: [PATCH] Remove unnecessary headers from arm_compute/core/CL/* (#3371) This patch will remove unnecessary headers included in the following files: arm_compute/core/CL/kernels/CLActivationLayerExKernel.h arm_compute/core/CL/kernels/CLArithmeticSubtractionExKernel.h arm_compute/core/CL/kernels/CLEqualKernel.h arm_compute/core/CL/kernels/CLGatherKernel.h arm_compute/core/CL/kernels/CLNegKernel.h arm_compute/core/CL/kernels/CLPixelWiseDivisionKernel.h arm_compute/core/CL/kernels/CLReduceMaxKernel.h arm_compute/core/CL/kernels/CLReductionMeanKernel.h arm_compute/core/CL/kernels/CLSquaredDifferenceKernel.h arm_compute/core/CL/kernels/CLStridedSliceKernel.h Signed-off-by: shubham --- .../arm_compute/core/CL/kernels/CLActivationLayerExKernel.h | 1 - .../arm_compute/core/CL/kernels/CLArithmeticSubtractionExKernel.h | 2 -- libs/ARMComputeEx/arm_compute/core/CL/kernels/CLEqualKernel.h | 1 - libs/ARMComputeEx/arm_compute/core/CL/kernels/CLGatherKernel.h | 1 - libs/ARMComputeEx/arm_compute/core/CL/kernels/CLNegKernel.h | 1 - .../arm_compute/core/CL/kernels/CLPixelWiseDivisionKernel.h | 1 - libs/ARMComputeEx/arm_compute/core/CL/kernels/CLReduceMaxKernel.h | 1 - libs/ARMComputeEx/arm_compute/core/CL/kernels/CLReductionMeanKernel.h | 1 - .../arm_compute/core/CL/kernels/CLSquaredDifferenceKernel.h | 1 - libs/ARMComputeEx/arm_compute/core/CL/kernels/CLStridedSliceKernel.h | 1 - 10 files changed, 11 deletions(-) diff --git a/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLActivationLayerExKernel.h b/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLActivationLayerExKernel.h index e5da834..8921a25 100644 --- a/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLActivationLayerExKernel.h +++ b/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLActivationLayerExKernel.h @@ -18,7 +18,6 @@ #define __ARM_COMPUTE_CLACTIVATIONLAYEREXKERNEL_H__ #include "arm_compute/core/CL/ICLKernel.h" -#include "arm_compute/core/Types.h" #include "arm_compute/core/TypesEx.h" namespace arm_compute diff --git a/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLArithmeticSubtractionExKernel.h b/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLArithmeticSubtractionExKernel.h index bb7671c..5cd463b 100644 --- a/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLArithmeticSubtractionExKernel.h +++ b/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLArithmeticSubtractionExKernel.h @@ -19,8 +19,6 @@ #include "arm_compute/core/CL/ICLKernel.h" -#include "arm_compute/core/Types.h" - namespace arm_compute { class ICLTensor; diff --git a/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLEqualKernel.h b/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLEqualKernel.h index 7e366d2..e20fda7 100644 --- a/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLEqualKernel.h +++ b/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLEqualKernel.h @@ -18,7 +18,6 @@ #define __ARM_COMPUTE_CLEQUALKERNEL_H__ #include "arm_compute/core/CL/ICLKernel.h" -#include "arm_compute/core/Types.h" namespace arm_compute { diff --git a/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLGatherKernel.h b/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLGatherKernel.h index bce1d61..7e35a80 100644 --- a/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLGatherKernel.h +++ b/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLGatherKernel.h @@ -25,7 +25,6 @@ #define __ARM_COMPUTE_CLGATHERKERNEL_H__ #include "arm_compute/core/CL/ICLKernel.h" -#include "arm_compute/core/Types.h" namespace arm_compute { diff --git a/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLNegKernel.h b/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLNegKernel.h index a860dec..ccbea14 100644 --- a/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLNegKernel.h +++ b/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLNegKernel.h @@ -18,7 +18,6 @@ #define __ARM_COMPUTE_CLNEGKERNEL_H__ #include "arm_compute/core/CL/ICLKernel.h" -#include "arm_compute/core/Types.h" namespace arm_compute { diff --git a/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLPixelWiseDivisionKernel.h b/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLPixelWiseDivisionKernel.h index dcea79d..a00cf03 100644 --- a/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLPixelWiseDivisionKernel.h +++ b/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLPixelWiseDivisionKernel.h @@ -25,7 +25,6 @@ #define __ARM_COMPUTE_CLPIXELWISEDIVISIONKERNEL_H__ #include "arm_compute/core/CL/ICLKernel.h" -#include "arm_compute/core/Types.h" namespace arm_compute { diff --git a/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLReduceMaxKernel.h b/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLReduceMaxKernel.h index c5e2b9c..8f32ad5 100644 --- a/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLReduceMaxKernel.h +++ b/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLReduceMaxKernel.h @@ -25,7 +25,6 @@ #define __ARM_COMPUTE_CLREDUCEMAXKERNEL_H__ #include "arm_compute/core/CL/ICLKernel.h" -#include "arm_compute/core/Types.h" namespace arm_compute { diff --git a/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLReductionMeanKernel.h b/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLReductionMeanKernel.h index 8832c4e..f5f8a88 100644 --- a/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLReductionMeanKernel.h +++ b/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLReductionMeanKernel.h @@ -25,7 +25,6 @@ #define __ARM_COMPUTE_CLREDUCTIONMEANKERNEL_H__ #include "arm_compute/core/CL/ICLKernel.h" -#include "arm_compute/core/Types.h" namespace arm_compute { diff --git a/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLSquaredDifferenceKernel.h b/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLSquaredDifferenceKernel.h index 3620661..a4c44e3 100644 --- a/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLSquaredDifferenceKernel.h +++ b/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLSquaredDifferenceKernel.h @@ -18,7 +18,6 @@ #define __ARM_COMPUTE_CLSQUARED_DIFFERENCE_KERNEL_H__ #include "arm_compute/core/CL/ICLKernel.h" -#include "arm_compute/core/Types.h" namespace arm_compute { diff --git a/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLStridedSliceKernel.h b/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLStridedSliceKernel.h index 5c1afcc..dc90beb 100644 --- a/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLStridedSliceKernel.h +++ b/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLStridedSliceKernel.h @@ -25,7 +25,6 @@ #define __ARM_COMPUTE_CLSTRIDEDSLICEKERNEL_H__ #include "arm_compute/core/CL/ICLKernel.h" -#include "arm_compute/core/Types.h" namespace arm_compute { -- 2.7.4