From: Guido van Rossum Date: Tue, 10 Dec 1996 00:12:14 +0000 (+0000) Subject: Removed redundant inclusion of (sorry, Roj!). X-Git-Tag: v1.5a1~827 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09f99dfdba1c34ab90c72522830fd69c3ddface7;p=thirdparty%2FPython%2Fcpython.git Removed redundant inclusion of (sorry, Roj!). --- diff --git a/Modules/cmathmodule.c b/Modules/cmathmodule.c index 94d6ce8d326c..7e9de1fd5b49 100644 --- a/Modules/cmathmodule.c +++ b/Modules/cmathmodule.c @@ -4,8 +4,6 @@ #include "Python.h" -#include - #include "mymath.h" #ifdef i860