mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 04:57:56 -05:00
fixed project includes to use new directory structure
This commit is contained in:
@ -26,8 +26,8 @@
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
|
||||
#include "common_types.h"
|
||||
#include "utf8.h"
|
||||
#include "common/common_types.h"
|
||||
#include "common/utf8.h"
|
||||
|
||||
// is start of UTF sequence
|
||||
inline bool isutf(char c) {
|
||||
|
Reference in New Issue
Block a user