aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-26 07:55:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-26 07:55:16 +0000
commitd10a941d2942aba68fd0ddf33b7216ef7aff6d56 (patch)
tree8af95dbd12f0e3ed62dc299bf2b796413f99453d
parent5a58d51993f1ddf2ec6d881546cdf0c9096c0472 (diff)
Removed two redundant #include files in the djgpp section. They're already
included. (a Dan Fandrich fix)
-rw-r--r--src/main.c2
1 files changed, 0 insertions, 2 deletions
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 <limits.h>
-#include <fcntl.h>
struct pollfd {
int fd;
int events; /* in param: what to poll for */