From 0c3fc03da7792179baa50528c23a115cc54eeed1 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 7 Dec 2021 16:49:09 +0900 Subject: [PATCH] Remove unnecessary include --- src/opencl_handle.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/opencl_handle.cc b/src/opencl_handle.cc index ce047fe..e2383bb 100644 --- a/src/opencl_handle.cc +++ b/src/opencl_handle.cc @@ -1,7 +1,5 @@ #include "opencl_handle.h" -#include - #include #include #include