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 | a6271600417e14d84bffd9b78fb9ad2b119db226 (patch) | |
tree | dd1118ee2c1d1c2a1c0a309435e92077f9ade428 /ares_getnameinfo.c | |
parent | 7c768759582e74aaa3e39b17d7ddc8f0603fb4bb (diff) | |
download | c-ares-a6271600417e14d84bffd9b78fb9ad2b119db226.tar.gz c-ares-a6271600417e14d84bffd9b78fb9ad2b119db226.tar.bz2 c-ares-a6271600417e14d84bffd9b78fb9ad2b119db226.zip |
Removed inclusion of <sys/types.h> in .c-files
since it's already included through "setup.h".
Diffstat (limited to 'ares_getnameinfo.c')
-rw-r--r-- | ares_getnameinfo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ares_getnameinfo.c b/ares_getnameinfo.c index a63c9b6..8d10cfc 100644 --- a/ares_getnameinfo.c +++ b/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" |