From 54ecc3d24f52ae45ca54a24167e434915c88b60f Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 27 Jan 1999 17:53:11 +0000 Subject: Patches by William Lewis for Nextstep descendants. --- Python/strdup.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Python/strdup.c') diff --git a/Python/strdup.c b/Python/strdup.c index d21a0bc9ec..9168b4fe5d 100644 --- a/Python/strdup.c +++ b/Python/strdup.c @@ -1,10 +1,6 @@ /* strdup() replacement (from stdwin, if you must know) */ -#include "config.h" -#include "myproto.h" -#include "mymalloc.h" - -#include +#include "pgenheaders.h" char * strdup(str) -- cgit v1.2.1