Skip to content

Commit bb95335

Browse files
committed
[libclc][NFC] Clang-format includes
1 parent 0b80491 commit bb95335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libclc/generic/lib/math/clc_ldexp.cl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
* THE SOFTWARE.
2121
*/
2222

23-
#include <clc/math/clc_subnormal_config.h>
24-
#include <clc/math/math.h>
2523
#include <clc/clc.h>
2624
#include <clc/clcmacro.h>
25+
#include <clc/math/clc_subnormal_config.h>
26+
#include <clc/math/math.h>
2727
#include <clc/relational/clc_isinf.h>
2828
#include <clc/relational/clc_isnan.h>
2929
#include <clc/shared/clc_clamp.h>

0 commit comments

Comments
 (0)