diff --git a/lemon/kruskal.h b/lemon/kruskal.h --- a/lemon/kruskal.h +++ b/lemon/kruskal.h @@ -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