From e5b8eb9fe8147a0849db08ef0898a0e8bef920b4 Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Thu, 28 Nov 2019 15:45:42 +0000 Subject: IVGCVSW-4210 Create a public API for the common backend files * Create a public API for the common backend files * Move OutputHandler to armnn internal * Remove unused headers Signed-off-by: Matteo Martincigh Signed-off-by: Narumol Prangnawarat Change-Id: I3e86d908b021e3561befa9d45158d87d2cbb18c0 --- src/armnn/test/GraphTests.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/armnn/test/GraphTests.cpp') diff --git a/src/armnn/test/GraphTests.cpp b/src/armnn/test/GraphTests.cpp index 7bd6aac98b..5f78eda408 100644 --- a/src/armnn/test/GraphTests.cpp +++ b/src/armnn/test/GraphTests.cpp @@ -4,19 +4,20 @@ // #include "GraphUtils.hpp" -#include -#include +#include +#include #include #include #include -#include -#include + +#include #include -#include #include +#include +#include /// Checks that first comes before second in the order. bool CheckOrder(const armnn::Graph& graph, const armnn::Layer* first, const armnn::Layer* second) -- cgit v1.2.1