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 --- tests/CaffePreprocessor.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/CaffePreprocessor.cpp') diff --git a/tests/CaffePreprocessor.cpp b/tests/CaffePreprocessor.cpp index e531a31a62..54ce833b72 100644 --- a/tests/CaffePreprocessor.cpp +++ b/tests/CaffePreprocessor.cpp @@ -7,8 +7,6 @@ #include -#include - #include #include #include -- cgit v1.2.1