diff --git a/graph/travelling_salesman_problem.cpp b/graph/travelling_salesman_problem.cpp index 5138ee3b9..a9357a9af 100644 --- a/graph/travelling_salesman_problem.cpp +++ b/graph/travelling_salesman_problem.cpp @@ -17,8 +17,7 @@ * This is the naive implementation of the problem. */ -#include /// header for limits of integral types - +#include /// for limits of integral types #include /// for std::min #include /// for assert #include /// for IO operations