Skip to content

Commit beb387c

Browse files
committed
Use <openlibm.h> consistently.
1 parent 17688c4 commit beb387c

26 files changed

Lines changed: 27 additions & 26 deletions

ld128/e_acoshl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* acoshl(NaN) is NaN without signal.
2525
*/
2626

27-
#include <math.h>
27+
#include <openlibm.h>
2828

2929
#include "math_private.h"
3030

ld128/e_atanhl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*
2929
*/
3030

31-
#include <math.h>
31+
#include <openlibm.h>
3232

3333
#include "math_private.h"
3434

ld128/e_coshl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* only coshl(0)=1 is exact for finite x.
4747
*/
4848

49-
#include <math.h>
49+
#include <openlibm.h>
5050

5151
#include "math_private.h"
5252

ld128/e_expl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
/* Exponential function */
7474

7575
#include <float.h>
76-
#include <math.h>
76+
#include <openlibm.h>
7777

7878
#include "math_private.h"
7979

ld128/e_fmodl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Method: shift and subtract
1717
*/
1818

19-
#include <math.h>
19+
#include <openlibm.h>
2020

2121
#include "math_private.h"
2222

ld128/e_hypotl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* than 1 ulps (units in the last place)
4343
*/
4444

45-
#include <math.h>
45+
#include <openlibm.h>
4646

4747
#include "math_private.h"
4848

ld128/e_lgammal_r.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
*
7070
*/
7171

72-
#include <math.h>
72+
#include <openlibm.h>
7373

7474
#include "math_private.h"
7575

ld128/e_log10l.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
*
6060
*/
6161

62-
#include <math.h>
62+
#include <openlibm.h>
6363

6464
#include "math_private.h"
6565

ld128/e_log2l.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
*
5959
*/
6060

61-
#include <math.h>
61+
#include <openlibm.h>
6262

6363
#include "math_private.h"
6464

ld128/e_logl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
*
6161
*/
6262

63-
#include <math.h>
63+
#include <openlibm.h>
6464

6565
#include "math_private.h"
6666

0 commit comments

Comments
 (0)