diff options
Diffstat (limited to '')
-rw-r--r-- | src/FastRandom.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/FastRandom.cpp b/src/FastRandom.cpp index de33a112c..0cd44ace0 100644 --- a/src/FastRandom.cpp +++ b/src/FastRandom.cpp @@ -5,9 +5,6 @@ #include "Globals.h" #include "FastRandom.h" -#include <mutex> -#include <random> - #if defined (__GNUC__) #define ATTRIBUTE_TLS static __thread #elif defined (_MSC_VER) |