From 18433731edff73cc5254a76c86b7272a1430d0f7 Mon Sep 17 00:00:00 2001 From: cremno Date: Thu, 2 Jan 2014 07:33:33 +0100 Subject: remove various preprocessor conditionals - HAVE_IEEEFP_H is nowhere defined or needed at all - FreeBSD < 4 is unsupported since years - MSVC workaround (around what exactly?) --- src/numeric.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/numeric.c') diff --git a/src/numeric.c b/src/numeric.c index db90d81fb..0b841bf70 100644 --- a/src/numeric.c +++ b/src/numeric.c @@ -5,12 +5,6 @@ */ #include -#if defined(__FreeBSD__) && __FreeBSD__ < 4 -# include -#endif -#ifdef HAVE_IEEEFP_H -# include -#endif #include #include #include -- cgit v1.2.3