From: Guido van Rossum Date: Wed, 7 May 1997 23:50:40 +0000 (+0000) Subject: Oops, rename2.h was included by some other headers. X-Git-Tag: v1.5a1~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6778f257b7d06d2fc88563a9141b2f1b92d4ebb7;p=thirdparty%2FPython%2Fcpython.git Oops, rename2.h was included by some other headers. --- diff --git a/Include/mymalloc.h b/Include/mymalloc.h index cbdc429a37c2..2de5310be715 100644 --- a/Include/mymalloc.h +++ b/Include/mymalloc.h @@ -93,7 +93,4 @@ extern void free Py_PROTO((ANY *)); /* XXX sometimes int on Unix old systems */ } #endif -#ifndef Py_USE_NEW_NAMES -#include "rename2.h" -#endif #endif /* !Py_MYMALLOC_H */ diff --git a/Include/myproto.h b/Include/myproto.h index 7b37967c2181..9cacbec6f96f 100644 --- a/Include/myproto.h +++ b/Include/myproto.h @@ -49,8 +49,4 @@ PERFORMANCE OF THIS SOFTWARE. } #endif -#ifndef Py_USE_NEW_NAMES -#include "rename2.h" -#endif - #endif /* !Py_PROTO_H */