From d907f4bc9b399180fe3b97074686829d3af19d6a Mon Sep 17 00:00:00 2001 From: Matthew Bentham Date: Fri, 12 Jul 2019 16:44:29 +0100 Subject: Github #227 Remove unnecessary includes Change-Id: I08640891a206b40da478fdaa7634e7a2f76784af Signed-off-by: Matthew Bentham --- src/armnn/test/FloatingPointConverterTest.cpp | 4 ---- 1 file changed, 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 -#include -#include -#include - #include BOOST_AUTO_TEST_SUITE(TestFPConversion) -- cgit v1.2.1