diff options
author | Guy Harris <guy@alum.mit.edu> | 2003-09-03 20:58:09 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2003-09-03 20:58:09 +0000 |
commit | afd3103ba2ea83d52aedf1f3af32a45eb9e0ffc7 (patch) | |
tree | 3e84bf4c6d496143ff3f9f88f97314faff646d98 /packet-fcip.c | |
parent | e78ac968d7f195cd6b586b28265afc2a335a1eda (diff) | |
download | wireshark-afd3103ba2ea83d52aedf1f3af32a45eb9e0ffc7.tar.gz wireshark-afd3103ba2ea83d52aedf1f3af32a45eb9e0ffc7.tar.bz2 wireshark-afd3103ba2ea83d52aedf1f3af32a45eb9e0ffc7.zip |
Don't include <epan/conversation.h> if you don't need it.
svn path=/trunk/; revision=8361
Diffstat (limited to 'packet-fcip.c')
-rw-r--r-- | packet-fcip.c | 3 |
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 */ |