From 721c4cb0e1fbf1f151a79cd4c9d67e832f94f9bf Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Tue, 4 Sep 2018 15:27:25 +0100 Subject: COMPMID-1461 SSD support: Create NEON PriorBox Change-Id: I99e1c3939cfea4b9cb0ddfa313706f31b213ca89 --- arm_compute/runtime/CL/functions/CLPriorBoxLayer.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arm_compute/runtime/CL/functions') diff --git a/arm_compute/runtime/CL/functions/CLPriorBoxLayer.h b/arm_compute/runtime/CL/functions/CLPriorBoxLayer.h index 2376cd3fc6..6adf7f9dd1 100644 --- a/arm_compute/runtime/CL/functions/CLPriorBoxLayer.h +++ b/arm_compute/runtime/CL/functions/CLPriorBoxLayer.h @@ -24,8 +24,6 @@ #ifndef __ARM_COMPUTE_CLPRIORBOXLAYER_H__ #define __ARM_COMPUTE_CLPRIORBOXLAYER_H__ -#include "arm_compute/runtime/IFunction.h" - #include "arm_compute/core/CL/kernels/CLPriorBoxLayerKernel.h" #include "arm_compute/core/Types.h" #include "arm_compute/runtime/CL/ICLSimpleFunction.h" -- cgit v1.2.1