Remove unnecessary include from ClResizeWorkload.cpp
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>
Tue, 16 Jul 2019 15:34:10 +0000 (16:34 +0100)
committerMatthew Bentham <matthew.bentham@arm.com>
Tue, 16 Jul 2019 16:44:17 +0000 (16:44 +0000)
Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com>
Change-Id: I5c8f6d08653646d99f839ceca11931e3be0467d8

src/backends/cl/workloads/ClResizeWorkload.cpp

index 3c9c3aa..bcf4281 100644 (file)
@@ -12,7 +12,6 @@
 
 #include <backendsCommon/CpuTensorHandle.hpp>
 
-#include <cl/ClLayerSupport.hpp>
 #include <cl/ClTensorHandle.hpp>
 
 using namespace armnn::armcomputetensorutils;