aboutsummaryrefslogtreecommitdiffstats
path: root/packet-fcip.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-fcip.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-fcip.c')
-rw-r--r--packet-fcip.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-fcip.c b/packet-fcip.c
index 447f526f8b..708333fef0 100644
--- a/packet-fcip.c
+++ b/packet-fcip.c
@@ -2,7 +2,7 @@
* Routines for FCIP dissection
* Copyright 2001, Dinesh G Dutt (ddutt@cisco.com)
*
- * $Id: packet-fcip.c,v 1.5 2003/09/02 21:10:54 guy Exp $
+ * $Id: packet-fcip.c,v 1.6 2003/09/03 20:58:08 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -35,7 +35,6 @@
#include <epan/packet.h>
#include "prefs.h"
-#include <epan/conversation.h>
#define FCIP_ENCAP_HEADER_LEN 28
#define FCIP_MIN_HEADER_LEN 16 /* upto frame len field */