merge Include/my*.h into Include/pyport.h
marked my*.h as obsolete
diff --git a/Include/mymalloc.h b/Include/mymalloc.h
index 5bbd1e5..2af58e4 100644
--- a/Include/mymalloc.h
+++ b/Include/mymalloc.h
@@ -10,6 +10,11 @@
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
******************************************************************/
+/***************************************
+THIS FILE IS OBSOLETE
+USE "pyport.h" INSTEAD
+***************************************/
+
/* Lowest-level memory allocation interface */
#define ANY void /* For API compatibility only. Obsolete, do not use. */