aboutsummaryrefslogtreecommitdiff
path: root/delegate/opaque/src/Control.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/opaque/src/Control.hpp')
-rw-r--r--delegate/opaque/src/Control.hpp12
1 files changed, 1 insertions, 11 deletions
diff --git a/delegate/opaque/src/Control.hpp b/delegate/opaque/src/Control.hpp
index b3d589756b..abc6b6fb0e 100644
--- a/delegate/opaque/src/Control.hpp
+++ b/delegate/opaque/src/Control.hpp
@@ -6,17 +6,7 @@
#pragma once
#include <DelegateUtils.hpp>
-
-#include <tensorflow/lite/builtin_ops.h>
-#include <tensorflow/lite/c/builtin_op_data.h>
-#include <tensorflow/lite/c/common.h>
-#include <tensorflow/lite/kernels/internal/tensor_ctypes.h>
-#include <tensorflow/lite/minimal_logging.h>
-
-#include <algorithm>
-#include <iterator>
-#include <string>
-#include <vector>
+#include <OpaqueDelegateUtils.hpp>
namespace armnnOpaqueDelegate
{