aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-04-06 02:31:35 +0000
committerGuy Harris <guy@alum.mit.edu>2003-04-06 02:31:35 +0000
commitd43f615b9ff83c0bacb4ac0f8867afa3e249cc65 (patch)
treee4e18d1043ccffe5701a89c9781a9d3d1269757e
parent37de5150f201b193ee44ee6f67d3ca3cc69e05b3 (diff)
We use nothing from "nlpid.h", so we don't need to include it.
svn path=/trunk/; revision=7406
-rw-r--r--packet-nlsp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-nlsp.c b/packet-nlsp.c
index 8981ed24f3..b436b4c7e3 100644
--- a/packet-nlsp.c
+++ b/packet-nlsp.c
@@ -1,7 +1,7 @@
/* packet-nlsp.c
* Routines for NetWare Link Services Protocol
*
- * $Id: packet-nlsp.c,v 1.4 2003/04/02 08:31:37 guy Exp $
+ * $Id: packet-nlsp.c,v 1.5 2003/04/06 02:31:35 guy Exp $
*
* Based on ISIS dissector by Stuart Stanley <stuarts@mxmail.net>
*
@@ -32,7 +32,6 @@
#include <string.h>
#include <glib.h>
#include <epan/packet.h>
-#include "nlpid.h"
#include "packet-ipx.h"
/* NLSP base header */