aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Monahan <david.monahan@arm.com>2020-04-03 10:22:59 +0100
committerDavid Monahan <david.monahan@arm.com>2020-04-03 10:22:59 +0100
commitc26400eb76cd0a95e5044467b8a70c44b2af05be (patch)
treeb04bada645bb1980b069abc31f80d8d0aa16a88f /tests
parent33ed221e2e8e3a77b5f543061e0cce07b259fc64 (diff)
downloadarmnn-c26400eb76cd0a95e5044467b8a70c44b2af05be.tar.gz
IVGCVSW-4514 Remove lexical_cast.hpp
Signed-off-by: David Monahan <david.monahan@arm.com> Change-Id: I992379f03d1cfe3c019bb23786458d4f22df6b17
Diffstat (limited to 'tests')
-rw-r--r--tests/InferenceModel.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/InferenceModel.hpp b/tests/InferenceModel.hpp
index 711f7687b0..0529770b85 100644
--- a/tests/InferenceModel.hpp
+++ b/tests/InferenceModel.hpp
@@ -27,7 +27,6 @@
#include <boost/format.hpp>
#include <boost/program_options.hpp>
#include <boost/filesystem.hpp>
-#include <boost/lexical_cast.hpp>
#include <boost/variant.hpp>
#include <algorithm>