aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Bentham <matthew.bentham@arm.com>2019-07-12 16:44:29 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2019-07-12 16:44:49 +0100
commitd907f4bc9b399180fe3b97074686829d3af19d6a (patch)
tree5c5e39540b7e4149314703d91c23b60d898b4fbe
parentcc0cefb6ca2abf22fc0128548b93a492df530705 (diff)
downloadarmnn-d907f4bc9b399180fe3b97074686829d3af19d6a.tar.gz
Github #227 Remove unnecessary includes
Change-Id: I08640891a206b40da478fdaa7634e7a2f76784af Signed-off-by: Matthew Bentham <matthew.bentham@arm.com>
-rw-r--r--src/armnn/test/FloatingPointConverterTest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/armnn/test/FloatingPointConverterTest.cpp b/src/armnn/test/FloatingPointConverterTest.cpp
index 9299b90e29..733aa3842b 100644
--- a/src/armnn/test/FloatingPointConverterTest.cpp
+++ b/src/armnn/test/FloatingPointConverterTest.cpp
@@ -6,10 +6,6 @@
#include "FloatingPointConverter.hpp"
#include <Half.hpp>
-#include <malloc.h>
-#include <iostream>
-#include <algorithm>
-
#include <boost/test/unit_test.hpp>
BOOST_AUTO_TEST_SUITE(TestFPConversion)