mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 10:58:00 -05:00
Common: Move remaining C header includes over to their C++ equivalent
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <stdio.h> // System
|
||||
#include <cstdio>
|
||||
|
||||
#include "common/common.h" // Local
|
||||
#include "common/string_util.h"
|
||||
|
Reference in New Issue
Block a user