IVGCVSW-949 Remove unnecessary includes
authorMatthew Bentham <Matthew.Bentham@arm.com>
Thu, 20 Sep 2018 14:53:04 +0000 (15:53 +0100)
committerMatthew Bentham <matthew.bentham@arm.com>
Wed, 10 Oct 2018 15:16:56 +0000 (16:16 +0100)
Change-Id: I923fd5d03e53187c18ac05e2cde90d43604f3821

src/armnn/backends/ClWorkloads/ClWorkloadUtils.hpp

index a42e48c..6f1b155 100644 (file)
@@ -5,14 +5,9 @@
 #pragma once
 
 #include "OpenClTimer.hpp"
-#include "backends/Workload.hpp"
 #include "backends/ArmComputeTensorUtils.hpp"
 #include "backends/CpuTensorHandle.hpp"
 
-#include <arm_compute/core/CL/OpenCL.h>
-#include <arm_compute/runtime/CL/CLFunctions.h>
-#include <arm_compute/runtime/SubTensor.h>
-
 #include <Half.hpp>
 
 #define ARMNN_SCOPED_PROFILING_EVENT_CL(name) \