refactor: use <cstdlib> over stdlib.h

We currently use both. Consolidate on the former.
This commit is contained in:
fanquake
2022-09-23 10:48:47 +01:00
parent 100949af0e
commit a63d4cb26a
22 changed files with 23 additions and 24 deletions

View File

@@ -21,7 +21,7 @@
#include <util/time.h> // for GetTimeMicros()
#include <cmath>
#include <stdlib.h>
#include <cstdlib>
#include <thread>
#ifndef WIN32