diff -r b9c6a47c977b -r 64613d8fae28 lemon/kruskal.h --- a/lemon/kruskal.h Tue Jul 15 18:43:41 2008 +0100 +++ b/lemon/kruskal.h Tue Jul 15 18:49:30 2008 +0100 @@ -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