mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 20:47:56 -05: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