mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-09 17:02:32 -07: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