mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-19 12:10:19 +01:00
refactor: use <cstdlib> over stdlib.h
We currently use both. Consolidate on the former.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include <util/time.h> // for GetTimeMicros()
|
||||
|
||||
#include <cmath>
|
||||
#include <stdlib.h>
|
||||
#include <cstdlib>
|
||||
#include <thread>
|
||||
|
||||
#ifndef WIN32
|
||||
|
||||
Reference in New Issue
Block a user