mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-19 00:39:47 +00:00
Convert all includes to relative paths.
This commit is contained in:
parent
73691a8587
commit
2afe215271
893 changed files with 4628 additions and 4957 deletions
|
@ -2,22 +2,23 @@
|
|||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <stdio.h>
|
||||
#ifdef __APPLE__
|
||||
#include "Thread.h"
|
||||
#endif
|
||||
|
||||
#include <cstdio>
|
||||
#include <vector>
|
||||
|
||||
#include "Common.h"
|
||||
#include "MemTools.h"
|
||||
#include "HW/Memmap.h"
|
||||
#include "PowerPC/PowerPC.h"
|
||||
#include "PowerPC/JitInterface.h"
|
||||
#ifndef _M_GENERIC
|
||||
#include "PowerPC/JitCommon/JitBase.h"
|
||||
#ifdef __APPLE__
|
||||
#include "Common/Thread.h"
|
||||
#endif
|
||||
|
||||
#include "Common/Common.h"
|
||||
#include "Common/x64Analyzer.h"
|
||||
|
||||
#include "Core/MemTools.h"
|
||||
#include "Core/HW/Memmap.h"
|
||||
#include "Core/PowerPC/JitInterface.h"
|
||||
#include "Core/PowerPC/PowerPC.h"
|
||||
#ifndef _M_GENERIC
|
||||
#include "Core/PowerPC/JitCommon/JitBase.h"
|
||||
#endif
|
||||
#include "x64Analyzer.h"
|
||||
|
||||
namespace EMM
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue