diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2020-09-15 05:24:28 -0700 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2021-01-27 14:29:48 -0800 |
| commit | ef70fe05bfae4e47f4acb40756d16de0ef1dd259 (patch) | |
| tree | 45552d6143b97d7658b839e2d8c306b358839aba /Source/Core/VideoBackends/Null/NullBackend.cpp | |
| parent | ff4f67492bff68d8b34aebc9ea6c85ca34e02b71 (diff) | |
normalize common filenames in VideoBackends/Null
Diffstat (limited to 'Source/Core/VideoBackends/Null/NullBackend.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Null/NullBackend.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoBackends/Null/NullBackend.cpp b/Source/Core/VideoBackends/Null/NullBackend.cpp index ab061bc7d3..353cd67b0f 100644 --- a/Source/Core/VideoBackends/Null/NullBackend.cpp +++ b/Source/Core/VideoBackends/Null/NullBackend.cpp @@ -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" |
