mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
refactor: use <cstdlib> over stdlib.h
We currently use both. Consolidate on the former.
This commit is contained in:
parent
100949af0e
commit
a63d4cb26a
22 changed files with 23 additions and 24 deletions
|
|
@ -22,10 +22,10 @@
|
|||
#include <util/translation.h>
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <deque>
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <stdlib.h>
|
||||
#include <string>
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue