mirror of
https://github.com/curl/curl.git
synced 2026-04-30 07:17:53 +03:00
Removed two redundant #include files in the djgpp section. They're already
included. (a Dan Fandrich fix)
This commit is contained in:
parent
5a58d51993
commit
d10a941d29
1 changed files with 0 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue