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/profiling/SendThread.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/profiling/SendThread.cpp') diff --git a/src/profiling/SendThread.cpp b/src/profiling/SendThread.cpp index 16ef2399f7..1a0e35976e 100644 --- a/src/profiling/SendThread.cpp +++ b/src/profiling/SendThread.cpp @@ -12,8 +12,6 @@ #include -#include - #include namespace armnn -- cgit v1.2.1