refactor: use <cstdio> over stdio.h

We currently use both. Consolidate on the former.
This commit is contained in:
fanquake
2022-09-20 11:21:33 +01:00
parent 4e15a288c3
commit b95633121b
5 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
#include <util/system.h>
#include <util/strencodings.h>
#include <stdio.h>
#include <cstdio>
#include <QCloseEvent>
#include <QLabel>