From a49ff0841e86acb0a77747d93e6c9f18b8517ee8 Mon Sep 17 00:00:00 2001 From: Francis Murtagh Date: Mon, 17 Jan 2022 17:08:01 +0000 Subject: IVGCVSW-6712 Move SubgraphView to backends include folder * Make subgraphview a public interface for backends. Change-Id: I615a29ffec41e947215c3d29c2d7d214e327fb90 Signed-off-by: Francis Murtagh --- src/armnnTestUtils/CommonTestUtils.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/armnnTestUtils') diff --git a/src/armnnTestUtils/CommonTestUtils.hpp b/src/armnnTestUtils/CommonTestUtils.hpp index 3fadc888b9..b75a32be61 100644 --- a/src/armnnTestUtils/CommonTestUtils.hpp +++ b/src/armnnTestUtils/CommonTestUtils.hpp @@ -8,12 +8,12 @@ #include "TestUtils.hpp" #include -#include -#include #include +#include #include #include +#include #include #include -- cgit v1.2.1