aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/CLKernelLibrary.cpp
diff options
context:
space:
mode:
authorGian Marco Iodice <gianmarco.iodice@arm.com>2021-01-26 10:15:05 +0000
committerGian Marco Iodice <gianmarco.iodice@arm.com>2021-01-26 17:06:53 +0000
commit1cf1a7f046f3ff9518cdad21b1f0c164e46345f7 (patch)
tree1c0f9bafda7bfdaea187860fd912c7e704e97821 /src/core/CL/CLKernelLibrary.cpp
parent1e0208a66ddea1be2d0e715591598c6704660811 (diff)
downloadComputeLibrary-1cf1a7f046f3ff9518cdad21b1f0c164e46345f7.tar.gz
Remove iostream header file when not needed
Change-Id: Ic6b3e94fc252c2d6fe17e6bc32900d11c68ae399 Signed-off-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4916 Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/core/CL/CLKernelLibrary.cpp')
-rw-r--r--src/core/CL/CLKernelLibrary.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/CL/CLKernelLibrary.cpp b/src/core/CL/CLKernelLibrary.cpp
index 3e5b70a142..e5cf8c6903 100644
--- a/src/core/CL/CLKernelLibrary.cpp
+++ b/src/core/CL/CLKernelLibrary.cpp
@@ -30,7 +30,6 @@
#include <algorithm>
#include <fstream>
-#include <iostream>
#include <utility>
#include <vector>