aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ncp.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-ncp.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-ncp.c')
-rw-r--r--packet-ncp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-ncp.c b/packet-ncp.c
index 06b6048dce..33d0181715 100644
--- a/packet-ncp.c
+++ b/packet-ncp.c
@@ -9,7 +9,7 @@
* Portions Copyright (c) by James Coe 2000-2002
* Portions Copyright (c) Novell, Inc. 2000-2003
*
- * $Id: packet-ncp.c,v 1.73 2003/08/25 22:14:07 guy Exp $
+ * $Id: packet-ncp.c,v 1.74 2003/09/03 20:58:09 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -45,7 +45,6 @@
#include <string.h>
#include <glib.h>
#include <epan/packet.h>
-#include <epan/conversation.h>
#include "prefs.h"
#include "packet-ipx.h"
#include "packet-tcp.h"