Use quotes instead of <> with #include for private headers

This commit is contained in:
Milan Bouchet-Valat 2016-03-03 17:28:06 +01:00
parent 226faf4e11
commit 0df58e7ae3

View file

@ -26,10 +26,10 @@
* $FreeBSD: src/lib/msun/i387/fenv.c,v 1.8 2011/10/21 06:25:31 das Exp $ * $FreeBSD: src/lib/msun/i387/fenv.c,v 1.8 2011/10/21 06:25:31 das Exp $
*/ */
#include <cdefs-compat.h> #include "cdefs-compat.h"
#include <types-compat.h> #include "types-compat.h"
#include <math_private.h> #include "math_private.h"
#include <i387/bsd_npx.h> #include "i387/bsd_npx.h"
#define __fenv_static #define __fenv_static
#include <openlibm_fenv.h> #include <openlibm_fenv.h>