diff --git a/sorting/count_inversions.cpp b/sorting/count_inversions.cpp index a08ca145f..0c3759078 100644 --- a/sorting/count_inversions.cpp +++ b/sorting/count_inversions.cpp @@ -40,10 +40,10 @@ * * @author [Rakshit Raj](https://github.com/rakshitraj) */ -#include // for tests -#include // for typedef datatype uint64_t -#include // for IO -#include // for std::vector<> +#include /// for assert +#include /// for typedef datatype uint64_t +#include /// for IO operations +#include /// for std::vector /** * @namespace sorting