Remove unnecessary headers from src/runtime/CL/functions/* (#3374)
authorShubham Gupta/System SW /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Mon, 29 Oct 2018 02:14:28 +0000 (07:44 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 29 Oct 2018 02:14:28 +0000 (11:14 +0900)
This patch will remove unnecessary headers from src/runtime/CL/functions

Signed-off-by: shubham <shub98.gupta@samsung.com>
17 files changed:
libs/ARMComputeEx/src/runtime/CL/functions/CLActivationLayerEx.cpp
libs/ARMComputeEx/src/runtime/CL/functions/CLArithmeticSubtractionEx.cpp
libs/ARMComputeEx/src/runtime/CL/functions/CLBatchToSpaceND.cpp
libs/ARMComputeEx/src/runtime/CL/functions/CLCast.cpp
libs/ARMComputeEx/src/runtime/CL/functions/CLDepthToSpace.cpp
libs/ARMComputeEx/src/runtime/CL/functions/CLEqual.cpp
libs/ARMComputeEx/src/runtime/CL/functions/CLExp.cpp
libs/ARMComputeEx/src/runtime/CL/functions/CLGather.cpp
libs/ARMComputeEx/src/runtime/CL/functions/CLNeg.cpp
libs/ARMComputeEx/src/runtime/CL/functions/CLNormalizationLayerEx.cpp
libs/ARMComputeEx/src/runtime/CL/functions/CLPixelWiseDivision.cpp
libs/ARMComputeEx/src/runtime/CL/functions/CLReduceMax.cpp
libs/ARMComputeEx/src/runtime/CL/functions/CLReduceSum.cpp
libs/ARMComputeEx/src/runtime/CL/functions/CLReductionMean.cpp
libs/ARMComputeEx/src/runtime/CL/functions/CLSpaceToDepth.cpp
libs/ARMComputeEx/src/runtime/CL/functions/CLSquaredDifference.cpp
libs/ARMComputeEx/src/runtime/CL/functions/CLStridedSlice.cpp

index d84d4fb..1e52fc4 100644 (file)
@@ -17,9 +17,6 @@
 #include "arm_compute/runtime/CL/functions/CLActivationLayerEx.h"
 
 #include "arm_compute/core/CL/kernels/CLActivationLayerExKernel.h"
-#include "arm_compute/core/Types.h"
-#include "arm_compute/core/TypesEx.h"
-#include "support/ToolchainSupport.h"
 
 using namespace arm_compute;
 
index d64ffd7..3f403c8 100644 (file)
@@ -18,9 +18,6 @@
 
 #include "arm_compute/core/CL/ICLTensor.h"
 #include "arm_compute/core/CL/kernels/CLArithmeticSubtractionExKernel.h"
-#include "support/ToolchainSupport.h"
-
-#include <utility>
 
 using namespace arm_compute;
 
index 0827574..26e3798 100644 (file)
@@ -17,7 +17,6 @@
 #include "arm_compute/runtime/CL/functions/CLBatchToSpaceND.h"
 
 #include "arm_compute/core/CL/kernels/CLBatchToSpaceNDKernel.h"
-#include "support/ToolchainSupport.h"
 
 using namespace arm_compute;
 
index e1059ab..8e10673 100644 (file)
@@ -17,7 +17,6 @@
 #include "arm_compute/runtime/CL/functions/CLCast.h"
 
 #include "arm_compute/core/CL/kernels/CLCastKernel.h"
-#include "support/ToolchainSupport.h"
 
 using namespace arm_compute;
 
index c8af786..c2e4ca9 100644 (file)
@@ -17,7 +17,6 @@
 #include "arm_compute/runtime/CL/functions/CLDepthToSpace.h"
 
 #include "arm_compute/core/CL/kernels/CLDepthToSpaceKernel.h"
-#include "support/ToolchainSupport.h"
 
 using namespace arm_compute;
 
index 16553e3..7881e3d 100644 (file)
@@ -18,8 +18,6 @@
 
 #include "arm_compute/core/CL/kernels/CLEqualKernel.h"
 
-#include <utility>
-
 using namespace arm_compute;
 
 void CLEqual::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output)
index b360e71..411fa87 100644 (file)
@@ -17,7 +17,6 @@
 #include "arm_compute/runtime/CL/functions/CLExp.h"
 
 #include "arm_compute/core/CL/kernels/CLExpKernel.h"
-#include "support/ToolchainSupport.h"
 
 using namespace arm_compute;
 
index 5552cbc..fb056fe 100644 (file)
  */
 #include "arm_compute/runtime/CL/functions/CLGather.h"
 
-#include "arm_compute/core/CL/ICLTensor.h"
 #include "arm_compute/core/CL/kernels/CLGatherKernel.h"
-#include "support/ToolchainSupport.h"
-
-#include <utility>
 
 using namespace arm_compute;
 
index c1122ee..be35ea7 100644 (file)
@@ -18,8 +18,6 @@
 
 #include "arm_compute/core/CL/kernels/CLNegKernel.h"
 
-#include <utility>
-
 using namespace arm_compute;
 
 void CLNeg::configure(ICLTensor *input, ICLTensor *output)
index 68ccdc8..276c455 100644 (file)
  */
 #include "arm_compute/runtime/CL/functions/CLNormalizationLayerEx.h"
 
-#include "arm_compute/core/Error.h"
-#include "arm_compute/core/TensorInfo.h"
-#include "arm_compute/core/Types.h"
-#include "arm_compute/core/Validate.h"
 #include "arm_compute/runtime/CL/CLScheduler.h"
 
 using namespace arm_compute;
index e1add5e..dc0baa8 100644 (file)
@@ -18,9 +18,6 @@
 
 #include "arm_compute/core/CL/ICLTensor.h"
 #include "arm_compute/core/CL/kernels/CLPixelWiseDivisionKernel.h"
-#include "support/ToolchainSupport.h"
-
-#include <utility>
 
 using namespace arm_compute;
 
index 57b720b..1a6f5e9 100644 (file)
 #include "arm_compute/runtime/CL/functions/CLReduceMax.h"
 
 #include "arm_compute/core/CL/ICLTensor.h"
-#include "support/ToolchainSupport.h"
-#include "arm_compute/core/CL/CLHelpers.h"
 #include "arm_compute/core/CL/kernels/CLReduceMaxKernel.h"
 
-#include <vector>
-#include <algorithm>
-
-#include <utility>
-
 #define REDUCE_MAX_RUN_ON_CPU 1
 
 namespace arm_compute
index 04d4c79..e572c32 100644 (file)
 #include "arm_compute/runtime/CL/functions/CLReduceSum.h"
 
 #include "arm_compute/core/CL/ICLTensor.h"
-#include "arm_compute/core/CL/CLHelpers.h"
 #include "arm_compute/core/CL/kernels/CLReduceSumKernel.h"
 #include "arm_compute/runtime/CL/CLScheduler.h"
-#include "support/ToolchainSupport.h"
-
-#include <vector>
-#include <algorithm>
-#include <utility>
 
 #define REDUCE_SUM_RUN_ON_CPU 1
 
index ab724e7..e501e86 100644 (file)
 
 #include "arm_compute/core/CL/ICLTensor.h"
 #include "arm_compute/core/CL/kernels/CLReductionMeanKernel.h"
-#include "arm_compute/core/Error.h"
-#include "arm_compute/core/PixelValue.h"
-#include "arm_compute/core/TensorInfo.h"
-#include "arm_compute/core/Validate.h"
 #include "arm_compute/runtime/CL/CLScheduler.h"
-#include "arm_compute/runtime/Tensor.h"
-#include "support/ToolchainSupport.h"
 
 using namespace arm_compute;
 
index b0daf48..0f455f9 100644 (file)
@@ -17,7 +17,6 @@
 #include "arm_compute/runtime/CL/functions/CLSpaceToDepth.h"
 
 #include "arm_compute/core/CL/kernels/CLSpaceToDepthKernel.h"
-#include "support/ToolchainSupport.h"
 
 using namespace arm_compute;
 
index 40f8648..dc6e4af 100644 (file)
 #include "arm_compute/runtime/CL/functions/CLSquaredDifference.h"
 
 #include "arm_compute/core/CL/kernels/CLSquaredDifferenceKernel.h"
-
 #include "arm_compute/core/CL/ICLTensor.h"
-#include "support/ToolchainSupport.h"
-#include <utility>
 
 using namespace arm_compute;
 
index e636c2c..50bd0dc 100644 (file)
@@ -16,9 +16,7 @@
  */
 #include "arm_compute/runtime/CL/functions/CLStridedSlice.h"
 
-#include "arm_compute/core/CL/ICLTensor.h"
 #include "arm_compute/core/CL/kernels/CLStridedSliceKernel.h"
-#include "support/ToolchainSupport.h"
 
 using namespace arm_compute;