diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-26 07:55:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-26 07:55:16 +0000 |
commit | d10a941d2942aba68fd0ddf33b7216ef7aff6d56 (patch) | |
tree | 8af95dbd12f0e3ed62dc299bf2b796413f99453d /src | |
parent | 5a58d51993f1ddf2ec6d881546cdf0c9096c0472 (diff) |
Removed two redundant #include files in the djgpp section. They're already
included. (a Dan Fandrich fix)
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
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 */ |