From a63d4cb26a2830b297288aa6acf5b69108353334 Mon Sep 17 00:00:00 2001 From: fanquake Date: Fri, 23 Sep 2022 10:48:47 +0100 Subject: refactor: use over stdlib.h We currently use both. Consolidate on the former. --- src/random.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/random.cpp') diff --git a/src/random.cpp b/src/random.cpp index f92e679a00..eab54630b1 100644 --- a/src/random.cpp +++ b/src/random.cpp @@ -21,7 +21,7 @@ #include // for GetTimeMicros() #include -#include +#include #include #ifndef WIN32 -- cgit v1.2.3