diff options
Diffstat (limited to 'src/FastRandom.h')
-rw-r--r-- | src/FastRandom.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/FastRandom.h b/src/FastRandom.h index 7c3048118..7ae5949d4 100644 --- a/src/FastRandom.h +++ b/src/FastRandom.h @@ -15,9 +15,6 @@ prefer calls to GetRandomProvider over creating new instances. #pragma once -#include <random> -#include <type_traits> -#include <limits> |