From ebf8dc6b033fd2d00abc0c03a296f35c40c46363 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 17 May 2015 09:59:06 +0300 Subject: [PATCH] Revert "unix: Include stdio.h to allow easy debugging with printf()." This reverts commit 8fbabab1a80efa8b9c0654f63b2157d8f8299955. Turned to cause problems on MacOSX. --- unix/mpconfigport.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h index b7da9d3234..411817130a 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -24,9 +24,6 @@ * THE SOFTWARE. */ -// Debugging help - use printf() easily -#include - // options to control how Micro Python is built #define MICROPY_ALLOC_PATH_MAX (PATH_MAX)