summaryrefslogtreecommitdiff
path: root/inet_ntop.c
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2007-02-26 04:33:19 +0000
committerGisle Vanem <gvanem@broadpark.no>2007-02-26 04:33:19 +0000
commita6271600417e14d84bffd9b78fb9ad2b119db226 (patch)
treedd1118ee2c1d1c2a1c0a309435e92077f9ade428 /inet_ntop.c
parent7c768759582e74aaa3e39b17d7ddc8f0603fb4bb (diff)
downloadc-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 'inet_ntop.c')
-rw-r--r--inet_ntop.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/inet_ntop.c b/inet_ntop.c
index f076e06..d07e19e 100644
--- a/inet_ntop.c
+++ b/inet_ntop.c
@@ -18,8 +18,6 @@
#include "setup.h"
-#include <sys/types.h>
-
#if defined(WIN32) && !defined(WATT32)
#include "nameser.h"
#else