normalize common filenames in VideoBackends/Null

This commit is contained in:
Shawn Hoffman
2021-01-27 14:29:48 -08:00
parent ff4f67492b
commit ef70fe05bf
7 changed files with 12 additions and 12 deletions
@@ -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"