aboutsummaryrefslogtreecommitdiff
path: root/src/backends/cl/test/OpenClTimerTest.cpp
diff options
context:
space:
mode:
authorMatthew Sloyan <matthew.sloyan@arm.com>2020-10-12 15:03:01 +0100
committerJim Flynn <jim.flynn@arm.com>2020-10-13 08:30:07 +0000
commitf290d88d34991c2478e5b22ef119f8537d923d77 (patch)
tree50ccca837c8139acf08147eebf17e90c8fd3f034 /src/backends/cl/test/OpenClTimerTest.cpp
parent55c87b7c3957affab255b0f5d6a7b7601bdd77df (diff)
downloadarmnn-f290d88d34991c2478e5b22ef119f8537d923d77.tar.gz
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 <matthew.sloyan@arm.com> Change-Id: Ib98b83bf4ec99ef98ce7a3635ec0dd478c3e43e1
Diffstat (limited to 'src/backends/cl/test/OpenClTimerTest.cpp')
-rw-r--r--src/backends/cl/test/OpenClTimerTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backends/cl/test/OpenClTimerTest.cpp b/src/backends/cl/test/OpenClTimerTest.cpp
index 6e9d2c851f..68a356a5d8 100644
--- a/src/backends/cl/test/OpenClTimerTest.cpp
+++ b/src/backends/cl/test/OpenClTimerTest.cpp
@@ -21,7 +21,6 @@
#include <arm_compute/runtime/CL/CLScheduler.h>
-#include <boost/format.hpp>
#include <boost/test/unit_test.hpp>
#include <iostream>