mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
normalize common filenames in VideoBackends/OGL
This commit is contained in:
parent
3193f3d5c4
commit
ff4f67492b
19 changed files with 64 additions and 64 deletions
|
@ -5,10 +5,10 @@
|
|||
#include "Common/Assert.h"
|
||||
|
||||
#include "VideoBackends/OGL/OGLPipeline.h"
|
||||
#include "VideoBackends/OGL/OGLRender.h"
|
||||
#include "VideoBackends/OGL/OGLShader.h"
|
||||
#include "VideoBackends/OGL/OGLVertexManager.h"
|
||||
#include "VideoBackends/OGL/ProgramShaderCache.h"
|
||||
#include "VideoBackends/OGL/Render.h"
|
||||
#include "VideoBackends/OGL/VertexManager.h"
|
||||
#include "VideoCommon/VideoConfig.h"
|
||||
|
||||
namespace OGL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue