diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2007-02-26 04:33:19 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2007-02-26 04:33:19 +0000 |
commit | ee1235a7cd59dc5887057cc111f35af01e541263 (patch) | |
tree | cbd3c35ce2efcabecac1ebbd284460658cd2262e /ares/ares_getnameinfo.c | |
parent | c514a2a89aa1c1e06b70405eedb4e1f70b27fd10 (diff) | |
download | curl-ee1235a7cd59dc5887057cc111f35af01e541263.tar.gz |
Removed inclusion of <sys/types.h> in .c-files
since it's already included through "setup.h".
Diffstat (limited to 'ares/ares_getnameinfo.c')
-rw-r--r-- | ares/ares_getnameinfo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ares/ares_getnameinfo.c b/ares/ares_getnameinfo.c index a63c9b6ad..8d10cfc11 100644 --- a/ares/ares_getnameinfo.c +++ b/ares/ares_getnameinfo.c @@ -15,8 +15,6 @@ * without express or implied warranty. */ #include "setup.h" -#include <sys/types.h> -#include <ctype.h> #if defined(WIN32) && !defined(WATT32) #include "nameser.h" |