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-bpdu.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-bpdu.c')
-rw-r--r-- | packet-bpdu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-bpdu.c b/packet-bpdu.c index 8b92eb3d9f..cb7bbac743 100644 --- a/packet-bpdu.c +++ b/packet-bpdu.c @@ -1,7 +1,7 @@ /* packet-bpdu.c * Routines for BPDU (Spanning Tree Protocol) disassembly * - * $Id: packet-bpdu.c,v 1.6 1999/11/16 11:42:27 guy Exp $ + * $Id: packet-bpdu.c,v 1.7 2000/01/16 02:54:44 guy Exp $ * * Copyright 1999 Christophe Tronche <ch.tronche@computer.org> * @@ -42,7 +42,6 @@ #include <glib.h> #include "packet.h" #include "resolv.h" -#include "util.h" /* Offsets of fields within a BPDU */ |