Skip to content

Commit 8ae3b3c

Browse files
author
Alexander Batashev
committed
Remove unused includes
Signed-off-by: Alexander Batashev <[email protected]>
1 parent fe40278 commit 8ae3b3c

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

sycl/include/CL/sycl/detail/buffer_impl.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include <CL/sycl/context.hpp>
1414
#include <CL/sycl/detail/common.hpp>
1515
#include <CL/sycl/detail/helpers.hpp>
16-
#include <CL/sycl/detail/pi.hpp>
1716
#include <CL/sycl/detail/sycl_mem_obj_t.hpp>
1817
#include <CL/sycl/handler.hpp>
1918
#include <CL/sycl/property_list.hpp>

sycl/include/CL/sycl/detail/sycl_mem_obj_i.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
#pragma once
1010

11-
#include <CL/cl.h>
1211
#include <CL/sycl/detail/pi.hpp>
1312
#include <memory>
1413

sycl/include/CL/sycl/detail/sycl_mem_obj_t.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#include <CL/sycl/property_list.hpp>
1717
#include <CL/sycl/stl.hpp>
1818

19-
#include <CL/sycl/detail/event_impl.hpp>
20-
2119
#include <type_traits>
2220
#include <cstring>
2321

0 commit comments

Comments
 (0)