From 4d92f05ab0e4ab15e5c6465ced686a4bd65a824e 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: Wed, 24 Oct 2018 15:21:14 +0530 Subject: [PATCH] Removing unused cstdint header from the runtime/CL/functions/CL* (#3311) This patch will remove cstdint header from runtime/CL/functions/CL* since it is not getting used. Signed-off-by: shubham --- libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLEqual.h | 2 -- libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLNeg.h | 2 -- libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReduceSum.h | 1 - libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReductionMean.h | 1 - .../ARMComputeEx/arm_compute/runtime/CL/functions/CLSquaredDifference.h | 2 -- 5 files changed, 8 deletions(-) diff --git a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLEqual.h b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLEqual.h index e49bbac..3cf2a45 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLEqual.h +++ b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLEqual.h @@ -20,8 +20,6 @@ #include "arm_compute/core/Types.h" #include "arm_compute/runtime/CL/ICLSimpleFunction.h" -#include - namespace arm_compute { class ICLTensor; diff --git a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLNeg.h b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLNeg.h index 5d35c97..a714875 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLNeg.h +++ b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLNeg.h @@ -20,8 +20,6 @@ #include "arm_compute/core/Types.h" #include "arm_compute/runtime/CL/ICLSimpleFunction.h" -#include - namespace arm_compute { class ICLTensor; diff --git a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReduceSum.h b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReduceSum.h index 2d73f23..96ce028 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReduceSum.h +++ b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReduceSum.h @@ -24,7 +24,6 @@ #include "arm_compute/runtime/CL/CLTensor.h" #include "arm_compute/runtime/IFunction.h" -#include #include #include diff --git a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReductionMean.h b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReductionMean.h index a54d761..40e4688 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReductionMean.h +++ b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReductionMean.h @@ -30,7 +30,6 @@ #include "arm_compute/runtime/CL/CLTensor.h" #include "arm_compute/runtime/IFunction.h" -#include #include #include diff --git a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSquaredDifference.h b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSquaredDifference.h index 4555104..a65e778 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSquaredDifference.h +++ b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSquaredDifference.h @@ -20,8 +20,6 @@ #include "arm_compute/core/Types.h" #include "arm_compute/runtime/CL/ICLSimpleFunction.h" -#include - namespace arm_compute { class ICLTensor; -- 2.7.4