From: Shubham Gupta/System SW /SRI-Bangalore/Engineer/삼성전자 Date: Wed, 24 Oct 2018 09:51:14 +0000 (+0530) Subject: Removing unused cstdint header from the runtime/CL/functions/CL* (#3311) X-Git-Tag: 0.3~536 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4d92f05ab0e4ab15e5c6465ced686a4bd65a824e;p=platform%2Fcore%2Fml%2Fnnfw.git 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 --- 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;