aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ncp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-09-03 20:58:09 +0000
committerGuy Harris <guy@alum.mit.edu>2003-09-03 20:58:09 +0000
commitafd3103ba2ea83d52aedf1f3af32a45eb9e0ffc7 (patch)
tree3e84bf4c6d496143ff3f9f88f97314faff646d98 /packet-ncp.c
parente78ac968d7f195cd6b586b28265afc2a335a1eda (diff)
Don't include <epan/conversation.h> if you don't need it.
svn path=/trunk/; revision=8361
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"