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-ldp.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'packet-ldp.c') diff --git a/packet-ldp.c b/packet-ldp.c index 3bcbc19c95..ae2eb886f1 100644 --- a/packet-ldp.c +++ b/packet-ldp.c @@ -1,7 +1,7 @@ /* packet-ldp.c * Routines for LDP (RFC 3036) packet disassembly * - * $Id: packet-ldp.c,v 1.39 2002/05/01 08:26:57 guy Exp $ + * $Id: packet-ldp.c,v 1.40 2002/08/02 23:35:53 jmayer Exp $ * * Copyright (c) November 2000 by Richard Sharpe * @@ -31,14 +31,6 @@ #include "config.h" #endif -#ifdef HAVE_SYS_TYPES_H -# include -#endif - -#ifdef HAVE_NETINET_IN_H -#include -#endif - #include #include #include -- cgit v1.2.3