Remove redundant header from NEElementwiseUnaryLayer
authorSang-Hoon Park <sang-hoon.park@arm.com>
Fri, 29 Jan 2021 12:57:13 +0000 (12:57 +0000)
committerSheri Zhang <sheri.zhang@arm.com>
Fri, 29 Jan 2021 14:25:35 +0000 (14:25 +0000)
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>
arm_compute/runtime/NEON/functions/NEElementwiseUnaryLayer.h

index e79e8696d99460d65a07667968a08be1e9b8d0ed..4786f71cf8c9b140d32044f26971bd0f666471fd 100644 (file)
@@ -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>