diff options
-rw-r--r-- | Include/mymalloc.h | 3 | ||||
-rw-r--r-- | Include/myproto.h | 4 |
2 files changed, 0 insertions, 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 */ |