aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backends/backendsCommon/test/JsonPrinterTestImpl.cpp1
-rw-r--r--tests/InferenceModel.hpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/backends/backendsCommon/test/JsonPrinterTestImpl.cpp b/src/backends/backendsCommon/test/JsonPrinterTestImpl.cpp
index 850a4d37ee..91ce150e0e 100644
--- a/src/backends/backendsCommon/test/JsonPrinterTestImpl.cpp
+++ b/src/backends/backendsCommon/test/JsonPrinterTestImpl.cpp
@@ -12,7 +12,6 @@
#include <armnn/INetwork.hpp>
#include <boost/algorithm/string.hpp>
-#include <boost/lexical_cast.hpp>
#include <boost/test/unit_test.hpp>
#include <sstream>
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>