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-aarp.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'packet-aarp.c') diff --git a/packet-aarp.c b/packet-aarp.c index 385f8fe8c0..da74bd58e6 100644 --- a/packet-aarp.c +++ b/packet-aarp.c @@ -1,7 +1,7 @@ /* packet-aarp.c * Routines for Appletalk ARP packet disassembly * - * $Id: packet-aarp.c,v 1.35 2002/02/10 23:48:14 guy Exp $ + * $Id: packet-aarp.c,v 1.36 2002/08/02 23:35:46 jmayer Exp $ * * Simon Wilkinson * @@ -28,10 +28,6 @@ # include "config.h" #endif -#ifdef HAVE_SYS_TYPES_H -# include -#endif - #include #include #include -- cgit v1.2.3