From afa2aaccea6e9f8c55809abb6471dc9aaa402711 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Thu, 5 Sep 2013 14:03:10 +0000 Subject: math: remove libc.h include from libm.h libc.h is only for weak_alias so include it directly where it is used --- src/internal/libm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/internal/libm.h') diff --git a/src/internal/libm.h b/src/internal/libm.h index 946c310d..9f0d3bc8 100644 --- a/src/internal/libm.h +++ b/src/internal/libm.h @@ -19,8 +19,6 @@ #include #include -#include "libc.h" - #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 #elif LDBL_MANT_DIG == 64 && LDBL_MAX_EXP == 16384 && __BYTE_ORDER == __LITTLE_ENDIAN union ldshape { -- cgit v1.2.1