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/FullyConnected.hpp b/delegate/classic/src/FullyConnected.hpp
index 28d43d0..9ce06a8 100644
--- a/delegate/classic/src/FullyConnected.hpp
+++ b/delegate/classic/src/FullyConnected.hpp
@@ -5,7 +5,8 @@
 
 #pragma once
 
-#include <DelegateUtils.hpp>
+#include <ClassicDelegateUtils.hpp>
+
 #include "armnnUtils/TensorUtils.hpp"
 #include <armnn/utility/IgnoreUnused.hpp>