aboutsummaryrefslogtreecommitdiff
path: root/Utils.hpp
diff options
context:
space:
mode:
authorColm Donelan <Colm.Donelan@arm.com>2020-09-09 17:56:55 +0100
committerJan Eilers <jan.eilers@arm.com>2020-10-07 10:30:45 +0100
commit08d9a1c4c9cbea4e743feefdd310ff038a6c4588 (patch)
tree934bb78f78c4c87150e1a31461a05aca1fa0946a /Utils.hpp
parent4918446f3490e4edab86a5dc75aba3cdf74ae430 (diff)
downloadandroid-nn-driver-08d9a1c4c9cbea4e743feefdd310ff038a6c4588.tar.gz
IVGCVSW-5298 Remove boost::format from Android-nn-driver
* Replaced with stringstream, string or filesystem::path Signed-off-by: Colm Donelan <Colm.Donelan@arm.com> Signed-off-by: Jan Eilers <jan.eilers@arm.com> Change-Id: I2aa80d88cc0eaff5de4dc6a121370ebf41dcb0a8
Diffstat (limited to 'Utils.hpp')
-rw-r--r--Utils.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Utils.hpp b/Utils.hpp
index 86eb6db4..e3b7d822 100644
--- a/Utils.hpp
+++ b/Utils.hpp
@@ -10,9 +10,6 @@
#include <HalInterfaces.h>
#include <NeuralNetworks.h>
-#include <boost/format.hpp>
-#include <log/log.h>
-
#include <vector>
#include <string>
#include <fstream>