Removed a number of useless #includes

This commit is contained in:
Kees van Reeuwijk
2010-01-26 10:59:01 +00:00
parent 76f8132545
commit b67f788eea
76 changed files with 9 additions and 101 deletions

View File

@@ -9,7 +9,6 @@ Implementation of isnan that directly tests the bits in an ieee float
#define _MINIX_SOURCE
#include <sys/types.h>
#include <math.h>
#include "ieee_float.h"