Skip to content

Commit

Permalink
Use quotes instead of <> with #include for private headers
Browse files Browse the repository at this point in the history
  • Loading branch information
nalimilan committed Mar 3, 2016
1 parent 226faf4 commit 0df58e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions i387/fenv.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
* $FreeBSD: src/lib/msun/i387/fenv.c,v 1.8 2011/10/21 06:25:31 das Exp $
*/

#include <cdefs-compat.h>
#include <types-compat.h>
#include <math_private.h>
#include <i387/bsd_npx.h>
#include "cdefs-compat.h"
#include "types-compat.h"
#include "math_private.h"
#include "i387/bsd_npx.h"

#define __fenv_static
#include <openlibm_fenv.h>
Expand Down

0 comments on commit 0df58e7

Please sign in to comment.