mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Convert all includes to relative paths.
This commit is contained in:
@ -4,13 +4,11 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "GLUtil.h"
|
||||
|
||||
#include "PixelShaderGen.h"
|
||||
#include "VertexShaderGen.h"
|
||||
|
||||
#include "LinearDiskCache.h"
|
||||
#include "ConfigManager.h"
|
||||
#include "Core/ConfigManager.h"
|
||||
#include "Common/LinearDiskCache.h"
|
||||
#include "VideoBackends/OGL/GLUtil.h"
|
||||
#include "VideoCommon/PixelShaderGen.h"
|
||||
#include "VideoCommon/VertexShaderGen.h"
|
||||
|
||||
namespace OGL
|
||||
{
|
||||
|
Reference in New Issue
Block a user