Removing unused cstdint header from the runtime/CL/functions/CL* (#3311)
authorShubham Gupta/System SW /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Wed, 24 Oct 2018 09:51:14 +0000 (15:21 +0530)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Wed, 24 Oct 2018 09:51:14 +0000 (18:51 +0900)
This patch will remove cstdint header from runtime/CL/functions/CL* since it is not getting used.

Signed-off-by: shubham <shub98.gupta@samsung.com>
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLEqual.h
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLNeg.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/CLSquaredDifference.h

index e49bbac..3cf2a45 100644 (file)
@@ -20,8 +20,6 @@
 #include "arm_compute/core/Types.h"
 #include "arm_compute/runtime/CL/ICLSimpleFunction.h"
 
-#include <cstdint>
-
 namespace arm_compute
 {
 class ICLTensor;
index 5d35c97..a714875 100644 (file)
@@ -20,8 +20,6 @@
 #include "arm_compute/core/Types.h"
 #include "arm_compute/runtime/CL/ICLSimpleFunction.h"
 
-#include <cstdint>
-
 namespace arm_compute
 {
 class ICLTensor;
index 2d73f23..96ce028 100644 (file)
@@ -24,7 +24,6 @@
 #include "arm_compute/runtime/CL/CLTensor.h"
 #include "arm_compute/runtime/IFunction.h"
 
-#include <cstdint>
 #include <memory>
 #include <vector>
 
index a54d761..40e4688 100644 (file)
@@ -30,7 +30,6 @@
 #include "arm_compute/runtime/CL/CLTensor.h"
 #include "arm_compute/runtime/IFunction.h"
 
-#include <cstdint>
 #include <memory>
 #include <vector>
 
index 4555104..a65e778 100644 (file)
@@ -20,8 +20,6 @@
 #include "arm_compute/core/Types.h"
 #include "arm_compute/runtime/CL/ICLSimpleFunction.h"
 
-#include <cstdint>
-
 namespace arm_compute
 {
 class ICLTensor;