aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nbns.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-01-16 02:54:49 +0000
committerGuy Harris <guy@alum.mit.edu>2000-01-16 02:54:49 +0000
commitcfb98c14c400df86a9771145a427f7aea88079fe (patch)
tree4c0224d1f5b2e673ea3c00aa5a208dc365aa05b7 /packet-nbns.c
parent7f30e566a0257e7319a2e6a052476afd46924b12 (diff)
Get rid of the include of "util.h" that some dissectors do - it's not
necessary. svn path=/trunk/; revision=1496
Diffstat (limited to 'packet-nbns.c')
-rw-r--r--packet-nbns.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-nbns.c b/packet-nbns.c
index 491182a680..1e41df16fb 100644
--- a/packet-nbns.c
+++ b/packet-nbns.c
@@ -4,7 +4,7 @@
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
* Much stuff added by Guy Harris <guy@netapp.com>
*
- * $Id: packet-nbns.c,v 1.34 1999/12/29 10:48:02 guy Exp $
+ * $Id: packet-nbns.c,v 1.35 2000/01/16 02:54:47 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -40,7 +40,6 @@
#include "packet.h"
#include "packet-dns.h"
#include "packet-netbios.h"
-#include "util.h"
static int proto_nbns = -1;
static int hf_nbns_response = -1;