aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NEReorderLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NEReorderLayer.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NEReorderLayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/runtime/NEON/functions/NEReorderLayer.h b/arm_compute/runtime/NEON/functions/NEReorderLayer.h
index b8d692ac92..a9ce8e3e69 100644
--- a/arm_compute/runtime/NEON/functions/NEReorderLayer.h
+++ b/arm_compute/runtime/NEON/functions/NEReorderLayer.h
@@ -28,12 +28,12 @@
#include "arm_compute/core/Types.h"
#include "arm_compute/runtime/IFunction.h"
-#include "src/core/NEON/kernels/NEReorderKernel.h"
namespace arm_compute
{
class ITensor;
class ITensorInfo;
+class NEReorderKernel;
/** Function to compute blocked reorder. */
class NEReorderLayer : public IFunction
{