all: Remove commented-out include statements.

This commit is contained in:
stijn
2020-04-16 09:22:15 +02:00
committed by Damien George
parent 1ae7e0e561
commit d6243568a0
7 changed files with 0 additions and 13 deletions

View File

@@ -23,7 +23,6 @@
*/
#include "fdlibm.h"
//#include <errno.h>
#ifdef __STDC__
float ldexpf(float value, int exp)

View File

@@ -25,8 +25,6 @@
#include "fdlibm.h"
#define _IEEE_LIBM 1
//#include <reent.h>
//#include <errno.h>
#ifdef __STDC__
float lgammaf(float x)