aboutsummaryrefslogtreecommitdiffstats
path: root/packet-scsi.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-09-03 20:58:09 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-09-03 20:58:09 +0000
commit0d1e84c0f85f42e5c2ddf10f6977d9f3efe00d85 (patch)
tree3e84bf4c6d496143ff3f9f88f97314faff646d98 /packet-scsi.c
parent05b71b5b565ed3708d9654ba57b803facfce2362 (diff)
Don't include <epan/conversation.h> if you don't need it.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8361 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-scsi.c')
-rw-r--r--packet-scsi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-scsi.c b/packet-scsi.c
index 3a06fef8ff..05c407ec83 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.32 2003/07/09 03:42:55 guy Exp $
+ * $Id: packet-scsi.c,v 1.33 2003/09/03 20:58:09 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -82,7 +82,7 @@
#include <glib.h>
#include <string.h>
#include <epan/strutil.h>
-#include <epan/conversation.h>
+#include <epan/packet.h>
#include <epan/int-64bit.h>
#include "prefs.h"
#include "packet-scsi.h"