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-netbios.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-netbios.c')
-rw-r--r-- | packet-netbios.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-netbios.c b/packet-netbios.c index 8fef8053ba..8ceb02c69c 100644 --- a/packet-netbios.c +++ b/packet-netbios.c @@ -5,7 +5,7 @@ * * derived from the packet-nbns.c * - * $Id: packet-netbios.c,v 1.12 2000/01/14 17:08:41 gerald Exp $ + * $Id: packet-netbios.c,v 1.13 2000/01/16 02:54:48 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -40,7 +40,6 @@ #include <glib.h> #include "packet.h" #include "packet-netbios.h" -#include "util.h" /* Netbios command numbers */ #define NB_ADD_GROUP 0x00 |