diff options
Diffstat (limited to 'py/compile.c')
-rw-r--r-- | py/compile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/compile.c b/py/compile.c index d95d8f73bc..6c54ddeb83 100644 --- a/py/compile.c +++ b/py/compile.c @@ -29,7 +29,6 @@ #include <stdio.h> #include <string.h> #include <assert.h> -#include <math.h> #include "py/scope.h" #include "py/emit.h" |