diff --git a/sorting/selection_sort_iterative.cpp b/sorting/selection_sort_iterative.cpp index d2272e0da..ebe334dae 100644 --- a/sorting/selection_sort_iterative.cpp +++ b/sorting/selection_sort_iterative.cpp @@ -26,10 +26,10 @@ * * @author [Lajat Manekar](https://github.com/Lazeeez) *******************************************************************************/ -#include ///for std::is_sorted -#include ///for std::assert -#include ///for IO operations -#include ///for std::vector +#include /// for std::is_sorted +#include /// for std::assert +#include /// for IO operations +#include /// for std::vector /****************************************************************************** * @namespace sorting