diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-08-10 09:56:40 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-08-10 10:11:22 +0300 |
commit | 5f47ebbf824a5ab6f94a1ac9f8efda9f2a57b008 (patch) | |
tree | fb3b459a64ac3146d84a078c51df726b731cec8d | |
parent | 2605df3346581ce696cdf0634e966b37cfe3244e (diff) | |
download | micropython-5f47ebbf824a5ab6f94a1ac9f8efda9f2a57b008.tar.gz micropython-5f47ebbf824a5ab6f94a1ac9f8efda9f2a57b008.zip |
moductypes: Remove debug inclusion of stdio.h .
-rw-r--r-- | extmod/moductypes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extmod/moductypes.c b/extmod/moductypes.c index 3fffd98e4f..7480224f22 100644 --- a/extmod/moductypes.c +++ b/extmod/moductypes.c @@ -1,4 +1,3 @@ -#include <stdio.h> /* * This file is part of the Micro Python project, http://micropython.org/ * |