aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/IOperator.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/IOperator.h')
-rw-r--r--arm_compute/runtime/IOperator.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arm_compute/runtime/IOperator.h b/arm_compute/runtime/IOperator.h
index 0097383115..fd285160e9 100644
--- a/arm_compute/runtime/IOperator.h
+++ b/arm_compute/runtime/IOperator.h
@@ -24,14 +24,13 @@
#ifndef ARM_COMPUTE_IOPERATOR_H
#define ARM_COMPUTE_IOPERATOR_H
-#include "arm_compute/core/ITensorPack.h"
#include "arm_compute/core/experimental/Types.h"
-#include "arm_compute/runtime/IOperator.h"
#include "arm_compute/runtime/IRuntimeContext.h"
#include "arm_compute/runtime/Types.h"
namespace arm_compute
{
+class ITensorPack;
namespace experimental
{
/** Base class for all async functions */