From cc438f23e206d9b5bb55e491b97fbc9b0962dabc Mon Sep 17 00:00:00 2001 From: Sang-Hoon Park Date: Fri, 29 Jan 2021 12:57:13 +0000 Subject: 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 --- arm_compute/runtime/NEON/functions/NEElementwiseUnaryLayer.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arm_compute/runtime/NEON/functions/NEElementwiseUnaryLayer.h b/arm_compute/runtime/NEON/functions/NEElementwiseUnaryLayer.h index e79e8696d9..4786f71cf8 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 -- cgit v1.2.1