From 07f6a74c53158f419f6527909af6e4632088dd68 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 1 Apr 2005 01:09:43 +0000 Subject: [PATCH] There is no at the moment, so we shouldn't include it. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12207 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/posix/glibc/math/math_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kernel/libroot/posix/glibc/math/math_private.h b/src/kernel/libroot/posix/glibc/math/math_private.h index aadd3f61dc..1cbe797aea 100644 --- a/src/kernel/libroot/posix/glibc/math/math_private.h +++ b/src/kernel/libroot/posix/glibc/math/math_private.h @@ -11,7 +11,7 @@ /* * from: @(#)fdlibm.h 5.1 93/09/24 - * $Id: math_private.h,v 1.1 2005/03/10 19:37:35 korli Exp $ + * $Id$ */ #ifndef _MATH_PRIVATE_H_ @@ -149,7 +149,7 @@ do { \ } while (0) /* Get long double macros from a separate header. */ -#include +//#include /* ieee style elementary functions */ extern double __ieee754_sqrt (double);