summaryrefslogtreecommitdiff
path: root/Modules/cmathmodule.c
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
commit5f02161714facffdd0ae0029b1ecd1cce840dd3f (patch)
treee2f75588be020ebf945683fb557be686989a2e7f /Modules/cmathmodule.c
parent0878edea316bf0d5ed32dd47ebfeb56d62233178 (diff)
downloadcpython-5f02161714facffdd0ae0029b1ecd1cce840dd3f.tar.gz
merge Include/my*.h into Include/pyport.h
marked my*.h as obsolete
Diffstat (limited to 'Modules/cmathmodule.c')
-rw-r--r--Modules/cmathmodule.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/cmathmodule.c b/Modules/cmathmodule.c
index 3c350bf242..97819838b3 100644
--- a/Modules/cmathmodule.c
+++ b/Modules/cmathmodule.c
@@ -4,8 +4,6 @@
#include "Python.h"
-#include "mymath.h"
-
#ifdef i860
/* Cray APP has bogus definition of HUGE_VAL in <math.h> */
#undef HUGE_VAL