Skip to content

Commit c739683

Browse files
Remove unnecessary includes
1 parent 3811d7b commit c739683

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

sycl/include/sycl/sycl.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
#include <sycl/detail/core.hpp>
1212

13-
#include <sycl/accessor.hpp>
1413
#include <sycl/aspects.hpp>
1514
#include <sycl/atomic.hpp>
1615
#include <sycl/atomic_fence.hpp>
@@ -19,7 +18,6 @@
1918
#if SYCL_BACKEND_OPENCL
2019
#include <sycl/backend/opencl.hpp>
2120
#endif
22-
#include <sycl/buffer.hpp>
2321
#include <sycl/builtins.hpp>
2422
#include <sycl/context.hpp>
2523
#include <sycl/define_vendors.hpp>
@@ -49,7 +47,6 @@
4947
#include <sycl/platform.hpp>
5048
#include <sycl/pointers.hpp>
5149
#include <sycl/properties/all_properties.hpp>
52-
#include <sycl/queue.hpp>
5350
#include <sycl/range.hpp>
5451
#include <sycl/reduction.hpp>
5552
#include <sycl/sampler.hpp>

sycl/test-e2e/Plugin/enqueue-arg-order-buffer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: env SYCL_PI_TRACE=2 %{run} %t.out | FileCheck %s
44

55
#include <iostream>
6-
#include <sycl/accessor.hpp>
6+
77
#include <sycl/detail/core.hpp>
88

99
using namespace sycl;

sycl/test-e2e/Plugin/enqueue-arg-order-image.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// RUN: env SYCL_HOST_UNIFIED_MEMORY=1 SYCL_PI_TRACE=2 %{run} %t.out | FileCheck %s
1414

1515
#include <iostream>
16-
#include <sycl/accessor.hpp>
16+
1717
#include <sycl/sycl.hpp>
1818

1919
using namespace sycl;

0 commit comments

Comments
 (0)