aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSang-Hoon Park <sang-hoon.park@arm.com>2021-01-29 12:57:13 +0000
committerSheri Zhang <sheri.zhang@arm.com>2021-01-29 14:25:35 +0000
commitcc438f23e206d9b5bb55e491b97fbc9b0962dabc (patch)
tree63e0dfafee69fc5cf59d338afe7f397921c8c6be
parentc9c8905350d8409dfefd1f95d90009f4718ba852 (diff)
downloadComputeLibrary-cc438f23e206d9b5bb55e491b97fbc9b0962dabc.tar.gz
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 <sang-hoon.park@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4947 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Sheri Zhang <sheri.zhang@arm.com>
-rw-r--r--arm_compute/runtime/NEON/functions/NEElementwiseUnaryLayer.h1
1 files changed, 0 insertions, 1 deletions
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 <memory>