mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 19:48:00 -05:00
Common: Move remaining C header includes over to their C++ equivalent
This commit is contained in:
@ -18,10 +18,10 @@
|
||||
#undef max
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
#include <cstdarg>
|
||||
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
|
Reference in New Issue
Block a user