Revert "unix: Include stdio.h to allow easy debugging with printf()."

This reverts commit 8fbabab1a8. Turned to
cause problems on MacOSX.
This commit is contained in:
Paul Sokolovsky 2015-05-17 09:59:06 +03:00
parent d7b7d5f6ee
commit ebf8dc6b03

View File

@ -24,9 +24,6 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
// Debugging help - use printf() easily
#include <stdio.h>
// options to control how Micro Python is built // options to control how Micro Python is built
#define MICROPY_ALLOC_PATH_MAX (PATH_MAX) #define MICROPY_ALLOC_PATH_MAX (PATH_MAX)