mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-19 17:12:41 +00:00
fixed project includes to use new directory structure
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#include "common.h"
|
||||
#include "timer.h"
|
||||
#include "string_util.h"
|
||||
#include "common/common.h"
|
||||
#include "common/timer.h"
|
||||
#include "common/string_util.h"
|
||||
|
||||
namespace Common
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user