Skip to content

Commit c077b93

Browse files
committed
Remove unused import.
1 parent e9d6bef commit c077b93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sorting/MergeSort/cpp/CountInversions.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#include <iostream>
22
#include <vector>
3-
#include <algorithm>
43

54
using namespace std;
65

0 commit comments

Comments
 (0)