From 142e4ca997e7f8cc8582526b5b0e264f2322da3e Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Wed, 14 Apr 2021 16:50:03 +0100 Subject: Remove unused AccessWindow* includes Change-Id: I9f8d0c6e17d58700cc01fc5134cd2dffd26bc742 Signed-off-by: Michele Di Giorgio Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5430 Tested-by: Arm Jenkins Reviewed-by: Georgios Pinitas --- .../NEON/kernels/NEGEMMLowpOffsetContributionOutputStageKernel.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core/NEON/kernels/NEGEMMLowpOffsetContributionOutputStageKernel.cpp') diff --git a/src/core/NEON/kernels/NEGEMMLowpOffsetContributionOutputStageKernel.cpp b/src/core/NEON/kernels/NEGEMMLowpOffsetContributionOutputStageKernel.cpp index 0abf9c4046..dfed7f0bb8 100644 --- a/src/core/NEON/kernels/NEGEMMLowpOffsetContributionOutputStageKernel.cpp +++ b/src/core/NEON/kernels/NEGEMMLowpOffsetContributionOutputStageKernel.cpp @@ -31,7 +31,6 @@ #include "arm_compute/core/Utils.h" #include "arm_compute/core/Validate.h" #include "arm_compute/core/Window.h" -#include "src/core/AccessWindowStatic.h" #include "src/core/NEON/NEAsymm.h" #include "src/core/NEON/wrapper/wrapper.h" #include "src/core/helpers/AutoConfiguration.h" @@ -44,8 +43,6 @@ namespace arm_compute { -class Coordinates; - namespace { inline int32x4x4_t load_results_input(const Iterator &mm_result_it, int32_t x) -- cgit v1.2.1