mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
refactor: use <cstdio> over stdio.h
We currently use both. Consolidate on the former.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include <util/system.h>
|
||||
#include <util/strencodings.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <cstdio>
|
||||
|
||||
#include <QCloseEvent>
|
||||
#include <QLabel>
|
||||
|
||||
Reference in New Issue
Block a user