diff options
Diffstat (limited to 'py/objfloat.c')
-rw-r--r-- | py/objfloat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/objfloat.c b/py/objfloat.c index 04d1278014..401c1145ee 100644 --- a/py/objfloat.c +++ b/py/objfloat.c @@ -1,6 +1,4 @@ #include <stdlib.h> -#include <stdint.h> -#include <string.h> #include <assert.h> #include "nlr.h" |