summaryrefslogtreecommitdiff
path: root/py/compile.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-03-14 23:11:25 +0000
committerDamien George <damien.p.george@gmail.com>2015-03-14 23:11:25 +0000
commit1ef26b35c1682637de143ccb0449acb42428ed5c (patch)
tree8fe0420245dd71452ccdb6f82c0256abcf9949b0 /py/compile.c
parent836e46976f27a6a0fbbbf0a28e50c27d4b3fc725 (diff)
py, extmod: Remove include of unnecessary system headers.
Diffstat (limited to 'py/compile.c')
-rw-r--r--py/compile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/compile.c b/py/compile.c
index d95d8f73b..6c54ddeb8 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"