]> granicus.if.org Git - curl/commitdiff
Removed two redundant #include files in the djgpp section. They're already
authorDaniel Stenberg <daniel@haxx.se>
Mon, 26 Jan 2004 07:55:16 +0000 (07:55 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 26 Jan 2004 07:55:16 +0000 (07:55 +0000)
included. (a Dan Fandrich fix)

src/main.c

index cbec21194a8956a3c072aeb6a09af4223d5a7d36..dc7d0f65567102cf8b751f9605e10f614ea999e8 100644 (file)
@@ -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 */