From 6778f257b7d06d2fc88563a9141b2f1b92d4ebb7 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 7 May 1997 23:50:40 +0000 Subject: Oops, rename2.h was included by some other headers. --- Include/mymalloc.h | 3 --- Include/myproto.h | 4 ---- 2 files changed, 7 deletions(-) diff --git a/Include/mymalloc.h b/Include/mymalloc.h index cbdc429..2de5310 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 7b37967..9cacbec 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 */ -- cgit v0.12