py, extmod: Remove include of unnecessary system headers.

This commit is contained in:
Damien George
2015-03-14 23:11:25 +00:00
parent 836e46976f
commit 1ef26b35c1
5 changed files with 2 additions and 11 deletions

View File

@@ -29,7 +29,6 @@
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <math.h>
#include "py/scope.h"
#include "py/emit.h"