From: Daniel Stenberg Date: Mon, 26 Jan 2004 07:55:16 +0000 (+0000) Subject: Removed two redundant #include files in the djgpp section. They're already X-Git-Tag: cares-1_1_0~448 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d10a941d2942aba68fd0ddf33b7216ef7aff6d56;p=curl Removed two redundant #include files in the djgpp section. They're already included. (a Dan Fandrich fix) --- diff --git a/src/main.c b/src/main.c index cbec21194..dc7d0f655 100644 --- a/src/main.c +++ b/src/main.c @@ -111,8 +111,6 @@ void *xmalloc(size_t); char *msdosify(char *); char *rename_if_dos_device_name(char *); void xfree(void *); -#include -#include struct pollfd { int fd; int events; /* in param: what to poll for */