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