From 9d479927194d2cae89461e981a8c9cfaf18aa606 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 23 Jun 1992 15:23:28 +0000 Subject: Use "myselect.h" as intended. --- Modules/selectmodule.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c index 0a102bd..1c4028d 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; -- cgit v0.12