From 8622ccb7951e53b13503e1c02da4058cff8db2db Mon Sep 17 00:00:00 2001 From: Nitin Sharma <32377892+foo290@users.noreply.github.com> Date: Fri, 25 Jun 2021 11:37:36 +0530 Subject: [PATCH] Update search/sublist_search.cpp header docs Co-authored-by: David Leal --- search/sublist_search.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/search/sublist_search.cpp b/search/sublist_search.cpp index 4062e9810..c990e1bb2 100644 --- a/search/sublist_search.cpp +++ b/search/sublist_search.cpp @@ -23,9 +23,9 @@ * @author [Nitin Sharma](https://github.com/foo290) */ -#include // For assert -#include // for IO operations -#include // For passing data as array +#include /// for assert +#include /// for IO operations +#include /// for std::vector /** * A Node structure representing single link Node in a linked list.