aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/Types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/Types.hpp')
-rw-r--r--include/armnn/Types.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp
index bb0b1e6ca7..cd6e17be37 100644
--- a/include/armnn/Types.hpp
+++ b/include/armnn/Types.hpp
@@ -6,8 +6,8 @@
#include <array>
#include <memory>
-#include "ILayerSupport.hpp"
#include "BackendId.hpp"
+#include "Exceptions.hpp"
namespace armnn
{
@@ -148,7 +148,6 @@ protected:
public:
virtual const BackendId& GetId() const = 0;
- virtual const ILayerSupport& GetLayerSupport() const = 0;
};
using IBackendSharedPtr = std::shared_ptr<IBackend>;