From 5f7dab0a48799c15f75eba8d6123bf56fe10f318 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Shubham=20Gupta/SNAP=20/SRI-Bangalore/Engineer/=EC=82=BC?= =?utf8?q?=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Wed, 28 Nov 2018 06:33:46 +0530 Subject: [PATCH] Remove not req headers from NotEqual cl files (#3728) This patch will remove not required headers included in src/runtime/CL/functions/CLNotEqual.cpp Signed-off-by: shubham --- libs/ARMComputeEx/src/runtime/CL/functions/CLNotEqual.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/ARMComputeEx/src/runtime/CL/functions/CLNotEqual.cpp b/libs/ARMComputeEx/src/runtime/CL/functions/CLNotEqual.cpp index 0b4b3ec..d447dc6 100644 --- a/libs/ARMComputeEx/src/runtime/CL/functions/CLNotEqual.cpp +++ b/libs/ARMComputeEx/src/runtime/CL/functions/CLNotEqual.cpp @@ -19,8 +19,6 @@ #include "arm_compute/core/CL/kernels/CLNotEqualKernel.h" #include "arm_compute/core/CL/ICLTensor.h" -#include "support/ToolchainSupport.h" -#include using namespace arm_compute; -- 2.7.4