Skip to content

Commit 609ac75

Browse files
frasercrmckgithub-actions[bot]
authored andcommitted
Automerge: [libclc][NFC] Clang-format includes
2 parents 6965ec0 + bb95335 commit 609ac75

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)