Github #227 Remove unnecessary includes
authorMatthew Bentham <matthew.bentham@arm.com>
Fri, 12 Jul 2019 15:44:29 +0000 (16:44 +0100)
committerMatthew Bentham <matthew.bentham@arm.com>
Fri, 12 Jul 2019 15:44:49 +0000 (16:44 +0100)
Change-Id: I08640891a206b40da478fdaa7634e7a2f76784af
Signed-off-by: Matthew Bentham <matthew.bentham@arm.com>
src/armnn/test/FloatingPointConverterTest.cpp

index 9299b90..733aa38 100644 (file)
@@ -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)