From: Guido van Rossum Date: Thu, 23 Jun 1994 09:50:58 +0000 (+0000) Subject: Don't include intrcheck.h X-Git-Tag: v1.1~303 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9422ebc2bca896f35f6868f7b913ebdf2b885d4;p=thirdparty%2FPython%2Fcpython.git Don't include intrcheck.h --- diff --git a/Mac/Modules/config.c b/Mac/Modules/config.c index bc017dcf0adb..a0185517130b 100644 --- a/Mac/Modules/config.c +++ b/Mac/Modules/config.c @@ -34,7 +34,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "myproto.h" #include "mymalloc.h" #include "osdefs.h" -#include "intrcheck.h" #ifndef NO_MAIN