From: Shubham Gupta/SNAP /SRI-Bangalore/Engineer/삼성전자 Date: Tue, 4 Dec 2018 01:13:55 +0000 (+0530) Subject: Remove not req headers from SquarredDiff CL file (#3837) X-Git-Tag: 0.3~237 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8648ab998655400571883bae72a9179312b048a;p=platform%2Fcore%2Fml%2Fnnfw.git Remove not req headers from SquarredDiff CL file (#3837) This patch will remove not req headers in CLSquaredDifferenceKernel.cpp Signed-off-by: shubham --- diff --git a/libs/ARMComputeEx/src/core/CL/kernels/CLSquaredDifferenceKernel.cpp b/libs/ARMComputeEx/src/core/CL/kernels/CLSquaredDifferenceKernel.cpp index 71af0f4..fa88492 100644 --- a/libs/ARMComputeEx/src/core/CL/kernels/CLSquaredDifferenceKernel.cpp +++ b/libs/ARMComputeEx/src/core/CL/kernels/CLSquaredDifferenceKernel.cpp @@ -16,16 +16,9 @@ */ #include "arm_compute/core/CL/kernels/CLSquaredDifferenceKernel.h" -#include "arm_compute/core/AccessWindowStatic.h" #include "arm_compute/core/CL/CLHelpers.h" -#include "arm_compute/core/CL/CLKernelLibrary.h" #include "arm_compute/core/CL/CLKernelLibraryEx.h" #include "arm_compute/core/CL/ICLTensor.h" -#include "arm_compute/core/Error.h" -#include "arm_compute/core/Helpers.h" -#include "arm_compute/core/TensorInfo.h" -#include "arm_compute/core/Validate.h" -#include "arm_compute/core/Window.h" using namespace arm_compute;