mirror of
https://github.com/curl/curl.git
synced 2026-07-25 04:37:17 +03:00
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
since they're already included through "setup.h".
This commit is contained in:
parent
e2f0580dfe
commit
c514a2a89a
31 changed files with 18 additions and 144 deletions
|
|
@ -112,9 +112,6 @@ Content-Disposition: form-data; name="FILECONTENT"
|
|||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include <time.h>
|
||||
#ifdef HAVE_SYS_STAT_H
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
#if defined(HAVE_LIBGEN_H) && defined(HAVE_BASENAME)
|
||||
#include <libgen.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue