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 --- asn1.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'asn1.c') diff --git a/asn1.c b/asn1.c index fae948743c..3ff4d4a77e 100644 --- a/asn1.c +++ b/asn1.c @@ -1,7 +1,7 @@ /* asn1.c * Routines for ASN.1 BER dissection * - * $Id: asn1.c,v 1.15 2002/06/23 10:32:07 guy Exp $ + * $Id: asn1.c,v 1.16 2002/08/02 23:35:45 jmayer Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -62,14 +62,6 @@ #include -#ifdef HAVE_SYS_TYPES_H -# include -#endif - -#ifdef HAVE_WINSOCK2_H -#include -#endif - #include #include -- cgit v1.2.3