diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-01-16 02:54:49 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-01-16 02:54:49 +0000 |
commit | cfb98c14c400df86a9771145a427f7aea88079fe (patch) | |
tree | 4c0224d1f5b2e673ea3c00aa5a208dc365aa05b7 /packet-nbns.c | |
parent | 7f30e566a0257e7319a2e6a052476afd46924b12 (diff) | |
download | wireshark-cfb98c14c400df86a9771145a427f7aea88079fe.tar.gz wireshark-cfb98c14c400df86a9771145a427f7aea88079fe.tar.bz2 wireshark-cfb98c14c400df86a9771145a427f7aea88079fe.zip |
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.c | 3 |
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; |