Get rid of (probably-)unnecessary #includes.

svn path=/trunk/; revision=6451
This commit is contained in:
Guy Harris 2002-10-18 21:10:38 +00:00
parent 27df774d0b
commit 1a25bf1cfd

View file

@ -2,7 +2,7 @@
* Routines for arcnet dissection
* Copyright 2001-2002, Peter Fales <ethereal@fales-lorenz.net>
*
* $Id: packet-arcnet.c,v 1.1 2002/10/18 20:59:57 guy Exp $
* $Id: packet-arcnet.c,v 1.2 2002/10/18 21:10:38 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -31,24 +31,9 @@
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif
#include <glib.h>
#ifdef NEED_SNPRINTF_H
# include "snprintf.h"
#endif
#include <epan/packet.h>
#if 0
#include "packet-ip.h"
#endif
#include "arcnet_pids.h"
/* Initialize the protocol and registered fields */