Skip to content

Commit d2539d5

Browse files
committed
[libclc] Restore header order, which formatting broke
1 parent 0afe3fc commit d2539d5

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 "../clcmacro.h"
23+
#include <clc/clc.h>
2424
#include "config.h"
25+
#include "../clcmacro.h"
2526
#include "math.h"
26-
#include <clc/clc.h>
2727

2828
_CLC_DEF _CLC_OVERLOAD float __clc_ldexp(float x, int n) {
2929

0 commit comments

Comments
 (0)