1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 05:09:32 +00:00

Removed inclusion of <sys/types.h> in .c-files

since it's already included through "setup.h".
This commit is contained in:
Gisle Vanem
2007-02-26 04:33:19 +00:00
parent 7c76875958
commit a627160041
23 changed files with 5 additions and 33 deletions

View File

@ -18,8 +18,6 @@
#include "setup.h"
#include <sys/types.h>
#if defined(WIN32) && !defined(WATT32)
#include "nameser.h"
#else