aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLPriorBoxLayer.h
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2018-09-04 15:27:25 +0100
committerIsabella Gottardi <isabella.gottardi@arm.com>2018-11-16 09:49:04 +0000
commit721c4cb0e1fbf1f151a79cd4c9d67e832f94f9bf (patch)
tree5727ec968bc80550912e4c8f1db778ab381af057 /arm_compute/runtime/CL/functions/CLPriorBoxLayer.h
parente413d255b18fad1553bd3550a98f707c9c6e8aec (diff)
downloadComputeLibrary-721c4cb0e1fbf1f151a79cd4c9d67e832f94f9bf.tar.gz
COMPMID-1461 SSD support: Create NEON PriorBox
Change-Id: I99e1c3939cfea4b9cb0ddfa313706f31b213ca89
Diffstat (limited to 'arm_compute/runtime/CL/functions/CLPriorBoxLayer.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLPriorBoxLayer.h2
1 files changed, 0 insertions, 2 deletions
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"