From 419e778b034b77ab40efccf749150e123da7b9c2 Mon Sep 17 00:00:00 2001 From: Lajat5 <64376519+Lazeeez@users.noreply.github.com> Date: Thu, 7 Oct 2021 02:35:21 +0530 Subject: [PATCH] Update sorting/selection_sort_iterative.cpp Co-authored-by: David Leal --- sorting/selection_sort_iterative.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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