Skip to content

Commit

Permalink
doc: remove include statement from comment
Browse files Browse the repository at this point in the history
  • Loading branch information
realstealthninja authored Aug 31, 2024
1 parent ba64b3c commit 52b2afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorting/selection_sort_recursive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/

#include <algorithm> /// for std::is_sorted
#include <cassert> /// for assert#include <cstdint> /// for integral typedefs
#include <cassert> /// for assert
#include <cstdint> /// for integral typedefs
#include <iostream> /// for std::swap and io operations
#include <vector> /// for std::vector
Expand Down

0 comments on commit 52b2afe

Please sign in to comment.