From: Guido van Rossum Date: Tue, 23 Jun 1992 15:23:28 +0000 (+0000) Subject: Use "myselect.h" as intended. X-Git-Tag: v0.9.8~279 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d479927194d2cae89461e981a8c9cfaf18aa606;p=thirdparty%2FPython%2Fcpython.git Use "myselect.h" as intended. --- diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c index 0a102bd0eaf3..1c4028dbc25c 100644 --- a/Modules/selectmodule.c +++ b/Modules/selectmodule.c @@ -29,11 +29,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "compile.h" #include "ceval.h" -#include -#include -#include - -/* XXX Maybe you need to define the FD_* macros here when porting this code */ +#include "myselect.h" static object *SelectError;