From 7e018909862a3fe6c571bbb7143f4ffb18ae834c Mon Sep 17 00:00:00 2001 From: Peter Schneider-Kamp Date: Mon, 31 Jul 2000 15:28:04 +0000 Subject: merge Include/my*.h into Include/pyport.h marked my*.h as obsolete --- Objects/floatobject.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Objects/floatobject.c') 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 -#include "mymath.h" #ifdef i860 /* Cray APP has bogus definition of HUGE_VAL in */ -- cgit v1.2.1