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.