summaryrefslogtreecommitdiff
path: root/Objects/floatobject.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
commit7e018909862a3fe6c571bbb7143f4ffb18ae834c (patch)
treeed39d496c16b58895a2620f43061bc9013c1deca /Objects/floatobject.c
parent885082ca67d679a0d95218cb38babbcb10b92c3f (diff)
downloadcpython-git-7e018909862a3fe6c571bbb7143f4ffb18ae834c.tar.gz
merge Include/my*.h into Include/pyport.h
marked my*.h as obsolete
Diffstat (limited to 'Objects/floatobject.c')
-rw-r--r--Objects/floatobject.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/floatobject.c b/Objects/floatobject.c
index 7a444ad509..4bed0dc29d 100644
--- a/Objects/floatobject.c
+++ b/Objects/floatobject.c
@@ -16,7 +16,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#include "Python.h"
#include <ctype.h>
-#include "mymath.h"
#ifdef i860
/* Cray APP has bogus definition of HUGE_VAL in <math.h> */