From 0278688091ef34a43b14d2b1c6dc9544d46f7e5d Mon Sep 17 00:00:00 2001 From: David Leal Date: Fri, 26 May 2023 18:26:21 +0000 Subject: [PATCH] fix: remove repeated `random` header --- games/memory_game.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/games/memory_game.cpp b/games/memory_game.cpp index b2868a217..bf09cedf4 100644 --- a/games/memory_game.cpp +++ b/games/memory_game.cpp @@ -18,9 +18,8 @@ #include /// for std::srand() #include /// for std::time() #include /// for IO operations -#include -#include /// for std::mt19937 -#include /// for std::vector +#include /// for std::mt19937 +#include /// for std::vector #ifdef _WIN32 #include /// for sleep