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 --- .../backendsCommon/test/layerTests/InstanceNormalizationTestImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backends/backendsCommon/test/layerTests/InstanceNormalizationTestImpl.cpp') diff --git a/src/backends/backendsCommon/test/layerTests/InstanceNormalizationTestImpl.cpp b/src/backends/backendsCommon/test/layerTests/InstanceNormalizationTestImpl.cpp index d25fcea66b..c734a2d053 100644 --- a/src/backends/backendsCommon/test/layerTests/InstanceNormalizationTestImpl.cpp +++ b/src/backends/backendsCommon/test/layerTests/InstanceNormalizationTestImpl.cpp @@ -11,7 +11,7 @@ #include #include -#include +#include #include #include -- cgit v1.2.1