diff options
Diffstat (limited to 'Objects/floatobject.c')
-rw-r--r-- | Objects/floatobject.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/floatobject.c b/Objects/floatobject.c index 7a444ad..4bed0dc 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> */ |