Removed _float.h and all references to it
[fw/sdcc] / device / lib / _ulong2fs.c
index 5a5078961a2ebd59a215d30fac36d450d48ef10b..7ba7e11c97946a67619354b1c9a2be0e66b090dd 100644 (file)
@@ -16,8 +16,6 @@
 
 /* (c)2000: hacked a little by johan.knol@iduna.nl for sdcc */
 
-#include <_float.h>
-
 /* the following deal with IEEE single-precision numbers */
 #define EXCESS         126
 #define SIGNBIT                ((unsigned long)0x80000000)