mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-07 13:53:16 +08:00
fix: remove repeated random header
This commit is contained in:
@@ -18,9 +18,8 @@
|
|||||||
#include <cstdlib> /// for std::srand()
|
#include <cstdlib> /// for std::srand()
|
||||||
#include <ctime> /// for std::time()
|
#include <ctime> /// for std::time()
|
||||||
#include <iostream> /// for IO operations
|
#include <iostream> /// for IO operations
|
||||||
#include <random>
|
#include <random> /// for std::mt19937
|
||||||
#include <random> /// for std::mt19937
|
#include <vector> /// for std::vector
|
||||||
#include <vector> /// for std::vector
|
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <windows.h> /// for sleep
|
#include <windows.h> /// for sleep
|
||||||
|
|||||||
Reference in New Issue
Block a user