diff --git a/others/lru_cache.cpp b/others/lru_cache.cpp index 6ae323287..05cd1bf01 100644 --- a/others/lru_cache.cpp +++ b/others/lru_cache.cpp @@ -45,10 +45,9 @@ * @author [Nitin Sharma](https://github.com/foo290) * */ -#include /// for std::vector - -#include /// for IO Operations -#include /// for assert +#include /// for std::list +#include /// for assert +#include /// for IO Operations /** * @namespace lru_cache