mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
refactor: use <cstdlib> over stdlib.h
We currently use both. Consolidate on the former.
This commit is contained in:
@@ -8,9 +8,8 @@
|
||||
#include <indirectmap.h>
|
||||
#include <prevector.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <cassert>
|
||||
#include <cstdlib>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <set>
|
||||
|
||||
Reference in New Issue
Block a user