summaryrefslogtreecommitdiff
path: root/Include/pgenheaders.h
diff options
context:
space:
mode:
authorPeter Schneider-Kamp <nowonder@nowonder.de>2000-07-31 15:28:04 +0000
committerPeter Schneider-Kamp <nowonder@nowonder.de>2000-07-31 15:28:04 +0000
commit7e018909862a3fe6c571bbb7143f4ffb18ae834c (patch)
treeed39d496c16b58895a2620f43061bc9013c1deca /Include/pgenheaders.h
parent885082ca67d679a0d95218cb38babbcb10b92c3f (diff)
downloadcpython-git-7e018909862a3fe6c571bbb7143f4ffb18ae834c.tar.gz
merge Include/my*.h into Include/pyport.h
marked my*.h as obsolete
Diffstat (limited to 'Include/pgenheaders.h')
-rw-r--r--Include/pgenheaders.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Include/pgenheaders.h b/Include/pgenheaders.h
index 9d7e8ac0c0..15e9861933 100644
--- a/Include/pgenheaders.h
+++ b/Include/pgenheaders.h
@@ -30,8 +30,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#include <stdlib.h>
#endif
-#include "myproto.h"
-#include "mymalloc.h"
+#include "pyport.h"
#include "pydebug.h"