Included file is not required (#2910)
authorShubham Gupta/System SW /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Wed, 10 Oct 2018 03:05:48 +0000 (08:35 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 10 Oct 2018 03:05:48 +0000 (12:05 +0900)
This patch will remove #include CLArithmeticSubtraction which is not getting used at all.

Signed-off-by: shubham <shub98.gupta@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc

index c6b0ef8..1171b21 100644 (file)
@@ -25,7 +25,6 @@
 #include <arm_compute/runtime/CL/CLScheduler.h>
 #include <arm_compute/runtime/CL/CLSubTensor.h>
 #include <arm_compute/runtime/CL/functions/CLArithmeticAddition.h>
-#include <arm_compute/runtime/CL/functions/CLArithmeticSubtraction.h>
 #include <arm_compute/runtime/CL/functions/CLArithmeticSubtractionEx.h>
 #include <arm_compute/runtime/CL/functions/CLPixelWiseMultiplication.h>
 #include <arm_compute/runtime/CL/functions/CLPixelWiseDivision.h>