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/Redefine.hpp b/delegate/classic/src/Redefine.hpp
index 83c42d0..7aef74f 100644
--- a/delegate/classic/src/Redefine.hpp
+++ b/delegate/classic/src/Redefine.hpp
@@ -7,7 +7,7 @@
 
 #include <armnn/utility/IgnoreUnused.hpp>
 
-#include <DelegateUtils.hpp>
+#include <ClassicDelegateUtils.hpp>
 
 #include <tensorflow/lite/builtin_ops.h>
 #include <tensorflow/lite/c/builtin_op_data.h>