aboutsummaryrefslogtreecommitdiffstats
path: root/packet-scsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-scsi.c')
-rw-r--r--packet-scsi.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/packet-scsi.c b/packet-scsi.c
index 9a78a4e895..076238d2b2 100644
--- a/packet-scsi.c
+++ b/packet-scsi.c
@@ -2,7 +2,7 @@
* Routines for decoding SCSI CDBs and responses
* Author: Dinesh G Dutt (ddutt@cisco.com)
*
- * $Id: packet-scsi.c,v 1.10 2002/06/13 07:36:52 guy Exp $
+ * $Id: packet-scsi.c,v 1.11 2002/08/02 23:36:00 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -79,10 +79,6 @@
# include "config.h"
#endif
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
#include <glib.h>
#include <string.h>
#include <epan/strutil.h>