summaryrefslogtreecommitdiffstats
path: root/src/FastRandom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/FastRandom.cpp')
-rw-r--r--src/FastRandom.cpp3
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)