Convert all includes to relative paths.

This commit is contained in:
Lioncash
2014-02-17 05:18:15 -05:00
parent 73691a8587
commit 2afe215271
893 changed files with 4628 additions and 4957 deletions

View File

@ -2,20 +2,19 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
#include "Common.h"
#include "Common/Common.h"
#include "HLE.h"
#include "Core/ConfigManager.h"
#include "Core/Core.h"
#include "Core/Debugger/Debugger_SymbolMap.h"
#include "Core/HLE/HLE.h"
#include "Core/HLE/HLE_OS.h"
#include "Core/HLE/HLE_Misc.h"
#include "Core/HW/Memmap.h"
#include "Core/IPC_HLE/WII_IPC_HLE_Device_es.h"
#include "Core/PowerPC/PowerPC.h"
#include "Core/PowerPC/PPCSymbolDB.h"
#include "../PowerPC/PowerPC.h"
#include "../PowerPC/PPCSymbolDB.h"
#include "../HW/Memmap.h"
#include "../Debugger/Debugger_SymbolMap.h"
#include "HLE_OS.h"
#include "HLE_Misc.h"
#include "IPC_HLE/WII_IPC_HLE_Device_es.h"
#include "ConfigManager.h"
#include "Core.h"
namespace HLE
{

View File

@ -5,7 +5,8 @@
#pragma once
#include <map>
#include "CommonTypes.h"
#include "Common/CommonTypes.h"
namespace HLE
{

View File

@ -3,25 +3,28 @@
// Refer to the license.txt file included.
#include <cmath>
#include "Common.h"
#include "HLE_OS.h"
#include "../PowerPC/PowerPC.h"
#include "../HW/Memmap.h"
#include "../Host.h"
#include "IPC_HLE/WII_IPC_HLE_Device_DI.h"
#include "ConfigManager.h"
#include "VolumeCreator.h"
#include "Filesystem.h"
#include "../Boot/Boot_DOL.h"
#include "IPC_HLE/WII_IPC_HLE_Device_usb.h"
#include "HLE.h"
#include "PowerPC/PPCAnalyst.h"
#include "PowerPC/PPCCache.h"
#include "PowerPC/SignatureDB.h"
#include "PowerPC/PPCSymbolDB.h"
#include "CommonPaths.h"
#include "TextureCacheBase.h"
#include "Common/Common.h"
#include "Common/CommonPaths.h"
#include "Core/ConfigManager.h"
#include "Core/Host.h"
#include "Core/Boot/Boot_DOL.h"
#include "Core/HLE/HLE.h"
#include "Core/HLE/HLE_OS.h"
#include "Core/HW/Memmap.h"
#include "Core/IPC_HLE/WII_IPC_HLE_Device_DI.h"
#include "Core/IPC_HLE/WII_IPC_HLE_Device_usb.h"
#include "Core/PowerPC/PowerPC.h"
#include "Core/PowerPC/PPCAnalyst.h"
#include "Core/PowerPC/PPCCache.h"
#include "Core/PowerPC/SignatureDB.h"
#include "Core/PowerPC/PPCSymbolDB.h"
#include "DiscIO/Filesystem.h"
#include "DiscIO/VolumeCreator.h"
#include "VideoCommon/TextureCacheBase.h"
namespace HLE_Misc
{

View File

@ -2,14 +2,14 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
#include "StringUtil.h"
#include <string>
#include "Common.h"
#include "HLE_OS.h"
#include "Common/Common.h"
#include "Common/StringUtil.h"
#include "../PowerPC/PowerPC.h"
#include "../HW/Memmap.h"
#include "Core/HLE/HLE_OS.h"
#include "Core/HW/Memmap.h"
#include "Core/PowerPC/PowerPC.h"
namespace HLE_OS
{

View File

@ -4,7 +4,7 @@
#pragma once
#include "Common.h"
#include "Common/Common.h"
namespace HLE_OS
{