Removing unnecessary includes from GpuFsa operators.

Signed-off-by: Colm Donelan <colm.donelan@arm.com>
Change-Id: I3d089e7f1b75596501130d3ece3a94dd326cc27e
diff --git a/src/backends/gpuFsa/layers/GpuFsaDepthwiseConvolution2d.cpp b/src/backends/gpuFsa/layers/GpuFsaDepthwiseConvolution2d.cpp
index dd55d4d..a3c3dd9 100644
--- a/src/backends/gpuFsa/layers/GpuFsaDepthwiseConvolution2d.cpp
+++ b/src/backends/gpuFsa/layers/GpuFsaDepthwiseConvolution2d.cpp
@@ -4,17 +4,9 @@
 //
 
 #include "GpuFsaDepthwiseConvolution2d.hpp"
-
-#include <armnn/Types.hpp>
-
 #include <backendsCommon/WorkloadUtils.hpp>
-#include <aclCommon/ArmComputeTensorUtils.hpp>
 
-#include <arm_compute/core/ITensorInfo.h>
-#include <arm_compute/core/TensorInfo.h>
-#include <arm_compute/core/TensorShape.h>
-#include <arm_compute/core/CL/CLKernelLibrary.h>
-#include <arm_compute/core/CL/CLCompileContext.h>
+#include <aclCommon/ArmComputeTensorUtils.hpp>
 
 #include <arm_compute/dynamic_fusion/runtime/gpu/cl/ClWorkloadRuntime.h>
 #include <arm_compute/dynamic_fusion/sketch/gpu/GpuWorkloadContext.h>