mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 19:07:56 -05:00
Common: Move remaining C header includes over to their C++ equivalent
This commit is contained in:
@ -13,9 +13,8 @@
|
||||
// --------------------------------------------------------------------------------------
|
||||
|
||||
#if defined(WIN32)
|
||||
|
||||
#include <cstdio>
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
#include "common/extended_trace.h"
|
||||
#include "common/string_util.h"
|
||||
using namespace std;
|
||||
|
Reference in New Issue
Block a user