From d10a941d2942aba68fd0ddf33b7216ef7aff6d56 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Mon, 26 Jan 2004 07:55:16 +0000
Subject: [PATCH] Removed two redundant #include files in the djgpp section.
 They're already included. (a Dan Fandrich fix)

---
 src/main.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main.c b/src/main.c
index cbec21194a..dc7d0f6556 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 <limits.h>
-#include <fcntl.h>
 struct pollfd {
        int fd;
        int events;     /* in param: what to poll for */
-- 
GitLab