From f290d88d34991c2478e5b22ef119f8537d923d77 Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Mon, 12 Oct 2020 15:03:01 +0100 Subject: IVGCVSW-4489 Remove remaining occurrence of boost::format * Replaced with fmt::format in Descriptors.cpp. * Removed remaining boost/format headers in ArmNN codebase. * Removed additional boost header in Network.cpp Signed-off-by: Matthew Sloyan Change-Id: Ib98b83bf4ec99ef98ce7a3635ec0dd478c3e43e1 --- src/armnnUtils/ParserPrototxtFixture.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/armnnUtils/ParserPrototxtFixture.hpp') diff --git a/src/armnnUtils/ParserPrototxtFixture.hpp b/src/armnnUtils/ParserPrototxtFixture.hpp index cf28fcf513..782c181982 100644 --- a/src/armnnUtils/ParserPrototxtFixture.hpp +++ b/src/armnnUtils/ParserPrototxtFixture.hpp @@ -11,7 +11,6 @@ #include #include -#include #include #include -- cgit v1.2.1