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 --- Python/fmod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/fmod.c') diff --git a/Python/fmod.c b/Python/fmod.c index 07283bc12d..dcd1e62dea 100644 --- a/Python/fmod.c +++ b/Python/fmod.c @@ -12,7 +12,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. #include "config.h" -#include "mymath.h" +#include "pyport.h" #include double -- cgit v1.2.1