aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/CL/functions/CLDepthConcatenate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/CL/functions/CLDepthConcatenate.cpp')
-rw-r--r--src/runtime/CL/functions/CLDepthConcatenate.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/runtime/CL/functions/CLDepthConcatenate.cpp b/src/runtime/CL/functions/CLDepthConcatenate.cpp
index 34778c6980..d82f96c431 100644
--- a/src/runtime/CL/functions/CLDepthConcatenate.cpp
+++ b/src/runtime/CL/functions/CLDepthConcatenate.cpp
@@ -24,8 +24,6 @@
#include "arm_compute/runtime/CL/functions/CLDepthConcatenate.h"
#include "arm_compute/core/CL/ICLTensor.h"
-#include "arm_compute/core/CL/kernels/CLDepthConcatenateKernel.h"
-#include "arm_compute/core/CL/kernels/CLFillBorderKernel.h"
#include "arm_compute/core/Error.h"
#include "arm_compute/core/PixelValue.h"
#include "arm_compute/core/Types.h"