diff -r b67149f0e675 -r a5d8c039f218 lemon/kruskal.h --- a/lemon/kruskal.h Mon Jul 14 15:40:24 2008 +0100 +++ b/lemon/kruskal.h Tue Jul 15 13:15:39 2008 +0200 @@ -22,12 +22,9 @@ #include #include #include -// #include #include -// #include - -#include +#include #include ///\ingroup spantree @@ -300,7 +297,7 @@ /// /// \return The total cost of the found spanning tree. /// - /// \note If the input graph is not (weakly) connected, a spanning + /// \note If the input graph is not (weakly) connected, a spanning /// forest is calculated instead of a spanning tree. #ifdef DOXYGEN