Skip to content

Commit fc11764

Browse files
committed
Review fix includes
1 parent b0303bb commit fc11764

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sycl/include/syclcompat/traits.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#include <sycl/feature_test.hpp>
2626
#ifdef SYCL_EXT_ONEAPI_BFLOAT16_MATH_FUNCTIONS
27-
#include "sycl/ext/oneapi/bfloat16.hpp"
27+
#include <sycl/ext/oneapi/bfloat16.hpp>
2828
#endif
2929
#include <cstddef>
3030
#include <sycl/ext/oneapi/properties/properties.hpp>

sycl/test-e2e/syclcompat/common.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#include <sycl/feature_test.hpp>
2626
#ifdef SYCL_EXT_ONEAPI_BFLOAT16_MATH_FUNCTIONS
27-
#include "sycl/ext/oneapi/bfloat16.hpp"
27+
#include <sycl/ext/oneapi/bfloat16.hpp>
2828
#endif
2929
#include <sycl/half_type.hpp>
3030
#include <tuple>

0 commit comments

Comments
 (0)