Skip to content

Commit 95b1180

Browse files
committed
moved down include to conform to clang style
Signed-off-by: Byoungro So <[email protected]>
1 parent 41baa48 commit 95b1180

File tree

1 file changed

+1
-1
lines changed
  • sycl/include/CL/sycl/detail

1 file changed

+1
-1
lines changed

sycl/include/CL/sycl/detail/pi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
// elsewhere, e.g. in the pi_opencl, but constants/enums mapping is now
4747
// done here, for efficiency and simplicity.
4848

49-
#include <CL/sycl/detail/export.hpp>
5049
#include <CL/cl_usm_ext.h>
5150
#include <CL/sycl/detail/cl.h>
51+
#include <CL/sycl/detail/export.hpp>
5252
#include <cstdint>
5353

5454
#ifdef __cplusplus

0 commit comments

Comments
 (0)