Skip to content

Commit 973068e

Browse files
[NFC][SYCL] Drop unnecessary includes in sycl/id.hpp
1 parent b239891 commit 973068e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sycl/include/sycl/id.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@
99
#pragma once
1010

1111
#include <sycl/detail/array.hpp> // for array
12-
#include <sycl/detail/common.hpp> // for InitializedVal
1312
#include <sycl/detail/defines.hpp> // for __SYCL_ASSUME_INT
1413
#include <sycl/detail/defines_elementary.hpp> // for __SYCL_DEPRECATED, __SYCL_A...
15-
#include <sycl/exception.hpp> // for make_error_code, errc, exce...
1614
#include <sycl/range.hpp> // for range
1715

1816
#include <stddef.h> // for size_t

0 commit comments

Comments
 (0)