From 759618b0356a357d06a89f4348437a8de52d2078 Mon Sep 17 00:00:00 2001 From: peterbell10 Date: Thu, 3 Aug 2017 14:34:19 +0100 Subject: Remove double includes part 2 (#3890) --- src/FastRandom.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/FastRandom.cpp') 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 -#include - #if defined (__GNUC__) #define ATTRIBUTE_TLS static __thread #elif defined (_MSC_VER) -- cgit v1.2.3