From 54261e4010c3e4e5e34e3c34bd46612932e338a3 Mon Sep 17 00:00:00 2001 From: Rakshit Raj Date: Tue, 1 Dec 2020 11:59:41 +0530 Subject: [PATCH] Update sorting/count_inversions.cpp Co-authored-by: David Leal --- sorting/count_inversions.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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