IVGCVSW-7558 Implement Delegate Utils

 * Implement OpaqueDelegateUtils.hpp using new accessors.
 * Moved classic delegate utils to ClassicDelegateUtils.hpp.
 * DelegateUtils.hpp now contains common utils.
 * Removed unused ConnectConstant function.

Signed-off-by: Matthew Sloyan <matthew.sloyan@arm.com>
Change-Id: I0fa611c82f5c06b0b7e0c37bfc343e09fb6a96c9
diff --git a/delegate/classic/src/SharedFunctions.cpp b/delegate/classic/src/SharedFunctions.cpp
index 37e1c7f..bcff3a1 100644
--- a/delegate/classic/src/SharedFunctions.cpp
+++ b/delegate/classic/src/SharedFunctions.cpp
@@ -3,10 +3,9 @@
 // SPDX-License-Identifier: MIT
 //
 
-
 #include "SharedFunctions.hpp"
 
-#include <DelegateUtils.hpp>
+#include <ClassicDelegateUtils.hpp>
 
 #include <tensorflow/lite/builtin_ops.h>
 #include <tensorflow/lite/c/builtin_op_data.h>