Remove not req headers from NotEqual cl files (#3728)
authorShubham Gupta/SNAP /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Wed, 28 Nov 2018 01:03:46 +0000 (06:33 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 28 Nov 2018 01:03:46 +0000 (10:03 +0900)
This patch will remove not required headers included
in src/runtime/CL/functions/CLNotEqual.cpp

Signed-off-by: shubham <shub98.gupta@samsung.com>
libs/ARMComputeEx/src/runtime/CL/functions/CLNotEqual.cpp

index 0b4b3ec..d447dc6 100644 (file)
@@ -19,8 +19,6 @@
 #include "arm_compute/core/CL/kernels/CLNotEqualKernel.h"
 
 #include "arm_compute/core/CL/ICLTensor.h"
-#include "support/ToolchainSupport.h"
-#include <utility>
 
 using namespace arm_compute;