Skip to content

Commit 52b2afe

Browse files
doc: remove include statement from comment
1 parent ba64b3c commit 52b2afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sorting/selection_sort_recursive.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*/
2929

3030
#include <algorithm> /// for std::is_sorted
31-
#include <cassert> /// for assert#include <cstdint> /// for integral typedefs
31+
#include <cassert> /// for assert
3232
#include <cstdint> /// for integral typedefs
3333
#include <iostream> /// for std::swap and io operations
3434
#include <vector> /// for std::vector

0 commit comments

Comments
 (0)