aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/CaffePreprocessor.cpp2
-rw-r--r--tests/ImagePreprocessor.cpp2
-rw-r--r--tests/InferenceTest.cpp1
-rw-r--r--tests/YoloDatabase.cpp2
4 files changed, 0 insertions, 7 deletions
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 <armnn/utility/NumericCast.hpp>
-#include <boost/format.hpp>
-
#include <iostream>
#include <fcntl.h>
#include <array>
diff --git a/tests/ImagePreprocessor.cpp b/tests/ImagePreprocessor.cpp
index 4557cadca5..e6dbfb51c7 100644
--- a/tests/ImagePreprocessor.cpp
+++ b/tests/ImagePreprocessor.cpp
@@ -11,8 +11,6 @@
#include <armnnUtils/Permute.hpp>
#include <armnn/utility/NumericCast.hpp>
-#include <boost/format.hpp>
-
#include <iostream>
#include <fcntl.h>
#include <array>
diff --git a/tests/InferenceTest.cpp b/tests/InferenceTest.cpp
index 64205449ef..b3b38d1386 100644
--- a/tests/InferenceTest.cpp
+++ b/tests/InferenceTest.cpp
@@ -8,7 +8,6 @@
#include <Filesystem.hpp>
#include "../src/armnn/Profiling.hpp"
-#include <boost/format.hpp>
#include <boost/program_options.hpp>
#include <fstream>
diff --git a/tests/YoloDatabase.cpp b/tests/YoloDatabase.cpp
index 8b2c630205..fe7410b8eb 100644
--- a/tests/YoloDatabase.cpp
+++ b/tests/YoloDatabase.cpp
@@ -14,8 +14,6 @@
#include <tuple>
#include <utility>
-#include <boost/format.hpp>
-
#include "InferenceTestImage.hpp"
namespace