removed float.h from types.h
1 files changed, 0 insertions(+), 1 deletions(-) M common/types.h
M common/types.h => common/types.h +0 -1
@@ 4,7 4,6 @@ #define __TYPES_H #include <stdint.h> -#include <float.h> typedef int8_t s8; typedef uint8_t u8;