diff options
author | Damien George <damien.p.george@gmail.com> | 2014-01-13 19:50:05 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-01-13 19:50:05 +0000 |
commit | f62d33aa1dc5afad9abbaf257531bdc4b0fbfdc0 (patch) | |
tree | c512ba2f387febe7fa57c2e1bf52b6250d579e73 /py/objstr.c | |
parent | f88a72a88e78ce1cfbd25f0cbf1fbff5e6fd43cb (diff) | |
download | micropython-f62d33aa1dc5afad9abbaf257531bdc4b0fbfdc0.tar.gz micropython-f62d33aa1dc5afad9abbaf257531bdc4b0fbfdc0.zip |
Consolidate rt_make_function_[0123] to rt_make_function_n.
Diffstat (limited to 'py/objstr.c')
-rw-r--r-- | py/objstr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/objstr.c b/py/objstr.c index a1c35bad3b..f48bde6001 100644 --- a/py/objstr.c +++ b/py/objstr.c @@ -3,7 +3,6 @@ #include <stdarg.h> #include <string.h> #include <assert.h> -#include <sys/types.h> #include "nlr.h" #include "misc.h" |