From: Sang-Hoon Park Date: Fri, 29 Jan 2021 12:57:13 +0000 (+0000) Subject: Remove redundant header from NEElementwiseUnaryLayer X-Git-Tag: submit/tizen/20210421.062230~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc438f23e206d9b5bb55e491b97fbc9b0962dabc;p=platform%2Fupstream%2Farmcl.git Remove redundant header from NEElementwiseUnaryLayer The redundant header that was causing build issues for some use-cases is removed. Resolves: COMPMID-4218 Change-Id: I3a2bdd8286276f8c84a9b1a0a41ea63ad456edba Signed-off-by: Sang-Hoon Park Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4947 Tested-by: Arm Jenkins Reviewed-by: Sheri Zhang --- diff --git a/arm_compute/runtime/NEON/functions/NEElementwiseUnaryLayer.h b/arm_compute/runtime/NEON/functions/NEElementwiseUnaryLayer.h index e79e8696d..4786f71cf 100644 --- a/arm_compute/runtime/NEON/functions/NEElementwiseUnaryLayer.h +++ b/arm_compute/runtime/NEON/functions/NEElementwiseUnaryLayer.h @@ -27,7 +27,6 @@ #include "arm_compute/core/Error.h" #include "arm_compute/core/Types.h" #include "arm_compute/runtime/IFunction.h" -#include "src/core/common/Macros.h" #include