Removed _float.h and all references to it
[fw/sdcc] / device / lib / _uchar2fs.c
index 6232ec61712044743eb8b2d5fa10d273334ad3ec..3c9633e8bd3320f4bb75026d08d994718ca7d570 100644 (file)
@@ -1,5 +1,3 @@
-#include <_float.h>
-
 /* convert unsigned char to float */
 float __uchar2fs (unsigned char uc) {
   unsigned long ul=uc;