normalize common filenames in VideoBackends/Null

This commit is contained in:
Shawn Hoffman
2020-09-15 05:24:28 -07:00
parent ff4f67492b
commit ef70fe05bf
7 changed files with 12 additions and 12 deletions

View File

@ -7,10 +7,10 @@
// This backend tries not to do anything in the backend,
// but everything in VideoCommon.
#include "VideoBackends/Null/NullRender.h"
#include "VideoBackends/Null/NullVertexManager.h"
#include "VideoBackends/Null/PerfQuery.h"
#include "VideoBackends/Null/Render.h"
#include "VideoBackends/Null/TextureCache.h"
#include "VideoBackends/Null/VertexManager.h"
#include "VideoBackends/Null/VideoBackend.h"
#include "Common/Common.h"