mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-04 10:20:21 -05:00
Convert all includes to relative paths.
This commit is contained in:
@@ -4,13 +4,14 @@
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include "VideoConfig.h"
|
||||
#include "EmuWindow.h"
|
||||
#include "Fifo.h"
|
||||
#include "VideoBackendBase.h"
|
||||
#include "Core.h"
|
||||
#include "Host.h"
|
||||
#include "ConfigManager.h"
|
||||
#include "Core/ConfigManager.h"
|
||||
#include "Core/Core.h"
|
||||
#include "Core/Host.h"
|
||||
|
||||
#include "VideoCommon/EmuWindow.h"
|
||||
#include "VideoCommon/Fifo.h"
|
||||
#include "VideoCommon/VideoBackendBase.h"
|
||||
#include "VideoCommon/VideoConfig.h"
|
||||
|
||||
namespace EmuWindow
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user