Skip to content

Commit 0df58e7

Browse files
committed
Use quotes instead of <> with #include for private headers
1 parent 226faf4 commit 0df58e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

i387/fenv.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
* $FreeBSD: src/lib/msun/i387/fenv.c,v 1.8 2011/10/21 06:25:31 das Exp $
2727
*/
2828

29-
#include <cdefs-compat.h>
30-
#include <types-compat.h>
31-
#include <math_private.h>
32-
#include <i387/bsd_npx.h>
29+
#include "cdefs-compat.h"
30+
#include "types-compat.h"
31+
#include "math_private.h"
32+
#include "i387/bsd_npx.h"
3333

3434
#define __fenv_static
3535
#include <openlibm_fenv.h>

0 commit comments

Comments
 (0)