From a8837bfcf45136f178a9884b7c6f6449b3e6ed41 Mon Sep 17 00:00:00 2001 From: David Monahan Date: Thu, 16 Apr 2020 10:01:56 +0100 Subject: IVGCVSW-4513 Remove boost/algorithm/string * * Removed split, classification, trim, string, join, contains * Added StringUtils.hpp to replace the removed Boost String functionality Signed-off-by: David Monahan Change-Id: I8aa938dc3942cb65c512cccb2c069da66aa24668 --- src/armnn/test/InferOutputTests.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/armnn/test/InferOutputTests.hpp') diff --git a/src/armnn/test/InferOutputTests.hpp b/src/armnn/test/InferOutputTests.hpp index 70afbc9b3f..0413682dad 100644 --- a/src/armnn/test/InferOutputTests.hpp +++ b/src/armnn/test/InferOutputTests.hpp @@ -14,7 +14,6 @@ #include #include -#include #include void ArgMinMaxInferOutputShapeImpl(const armnn::ArgMinMaxDescriptor descriptor, -- cgit v1.2.1