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:
Gisle Vanem
2007-02-26 04:24:26 +00:00
parent e2f0580dfe
commit c514a2a89a
31 changed files with 18 additions and 144 deletions

View File

@@ -30,12 +30,6 @@
#include <stdarg.h>
#include <stdlib.h>
#include <ctype.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif
#if defined(WIN32)
#include <time.h>
@@ -65,8 +59,7 @@
#include <sys/param.h>
#endif
#endif
#endif /* WIN32 */
#include "urldata.h"
#include <curl/curl.h>