Remove #ifdef HAVE_SYS_TYPES_H.

This commit is contained in:
Vincent Béron 2004-10-08 20:48:44 +00:00 committed by Alexandre Julliard
parent 06e35a776b
commit 3875307d0c
1 changed files with 1 additions and 3 deletions

View File

@ -26,9 +26,7 @@
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#include <sys/types.h>
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif