From 146cb29054c88ac34333dda4dfa9c2a7edfa9bf6 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Sat, 25 Sep 2004 14:48:44 +0000 Subject: [PATCH] removing unwanted header files getting included --- ext/standard/mail.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/standard/mail.c b/ext/standard/mail.c index 921036b939..461acc59b0 100644 --- a/ext/standard/mail.c +++ b/ext/standard/mail.c @@ -42,7 +42,6 @@ #endif #ifdef NETWARE -#include "netware/pipe.h" /* For popen(), pclose() */ #include "netware/sysexits.h" /* For exit status codes like EX_OK */ #endif -- 2.50.1