From a341791df04b05fdeeaa34df485b9a577e3736cf Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Thu, 17 Jun 2021 18:51:30 +0100 Subject: Remove implementation headers from NESoftmaxLayer public header Resolves: COMPMID-4587 Signed-off-by: Georgios Pinitas Change-Id: Ib216abcb0b9cd7f545d7c97e9d3447cb1b28f180 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5828 Reviewed-by: Pablo Marquez Tello Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- arm_compute/runtime/NEON/functions/NESoftmaxLayer.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'arm_compute/runtime/NEON/functions/NESoftmaxLayer.h') diff --git a/arm_compute/runtime/NEON/functions/NESoftmaxLayer.h b/arm_compute/runtime/NEON/functions/NESoftmaxLayer.h index 02d0cc15b2..1787de6237 100644 --- a/arm_compute/runtime/NEON/functions/NESoftmaxLayer.h +++ b/arm_compute/runtime/NEON/functions/NESoftmaxLayer.h @@ -24,8 +24,10 @@ #ifndef ARM_COMPUTE_NESOFTMAXLAYER_H #define ARM_COMPUTE_NESOFTMAXLAYER_H +#include "arm_compute/core/Error.h" #include "arm_compute/runtime/IFunction.h" -#include "src/core/helpers/MemoryHelpers.h" +#include "arm_compute/runtime/IMemoryManager.h" + #include namespace arm_compute -- cgit v1.2.1