From 173fe5aef4167b9ad35fe514d05ef25fb66c076f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Fri, 2 Aug 2002 23:36:07 +0000 Subject: Replace the types from sys/types.h and netinet/in.h by their glib.h equivalents for the toplevel directory. The removal of winsock2.h will hopefully not cause any problems under MSVC++, as those files using struct timeval still include wtap.h, which still includes winsock2.h. svn path=/trunk/; revision=5932 --- packet-ypbind.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'packet-ypbind.c') diff --git a/packet-ypbind.c b/packet-ypbind.c index c80859f464..9feecfa1a8 100644 --- a/packet-ypbind.c +++ b/packet-ypbind.c @@ -1,7 +1,7 @@ /* packet-ypbind.c * Routines for ypbind dissection * - * $Id: packet-ypbind.c,v 1.11 2002/04/03 13:24:13 girlich Exp $ + * $Id: packet-ypbind.c,v 1.12 2002/08/02 23:36:05 jmayer Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -31,10 +31,6 @@ #endif -#ifdef HAVE_SYS_TYPES_H -#include -#endif - #include "packet-rpc.h" #include "packet-ypbind.h" -- cgit v1.2.3