diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2007-02-26 04:24:26 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2007-02-26 04:24:26 +0000 |
commit | c514a2a89aa1c1e06b70405eedb4e1f70b27fd10 (patch) | |
tree | c685e0a7611170a72dfa9c9825f95fb2ee7be900 /lib/dict.c | |
parent | e2f0580dfe45c9337394ecce74ca769a3d07635d (diff) | |
download | curl-c514a2a89aa1c1e06b70405eedb4e1f70b27fd10.tar.gz |
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
since they're already included through "setup.h".
Diffstat (limited to 'lib/dict.c')
-rw-r--r-- | lib/dict.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/dict.c b/lib/dict.c index d6443f4b9..c302cd034 100644 --- a/lib/dict.c +++ b/lib/dict.c @@ -31,12 +31,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 #ifdef WIN32 #include <time.h> |