diff options
Diffstat (limited to 'packet-wccp.c')
-rw-r--r-- | packet-wccp.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/packet-wccp.c b/packet-wccp.c index 518bf73276..bed94a3f22 100644 --- a/packet-wccp.c +++ b/packet-wccp.c @@ -2,7 +2,7 @@ * Routines for Web Cache Coordination Protocol dissection * Jerry Talkington <jerryt@netapp.com> * - * $Id: packet-wccp.c,v 1.31 2002/04/15 21:12:56 guy Exp $ + * $Id: packet-wccp.c,v 1.32 2002/08/02 23:36:04 jmayer Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -27,14 +27,6 @@ # include "config.h" #endif -#ifdef HAVE_SYS_TYPES_H -# include <sys/types.h> -#endif - -#ifdef HAVE_NETINET_IN_H -#include <netinet/in.h> -#endif - #include <string.h> #include <glib.h> #include <epan/packet.h> |