Remove some unused includes.

svn path=/trunk/; revision=5971
This commit is contained in:
Jörg Mayer 2002-08-08 21:42:05 +00:00
parent 59f81a75fc
commit 526ad6dcd4
1 changed files with 1 additions and 9 deletions

View File

@ -2,7 +2,7 @@
* Routines for Ethernet header disassembly of FW1 "monitor" files
* Copyright 2002, Alfred Koebler <ak@icon-sult.de>
*
* $Id: packet-fw1.c,v 1.2 2002/08/08 09:33:26 guy Exp $
* $Id: packet-fw1.c,v 1.3 2002/08/08 21:42:05 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Alfred Koebler <ak@icon-sult.de>
@ -79,14 +79,6 @@
#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>
#include <epan/packet.h>
#include "prefs.h"