From ef70fe05bfae4e47f4acb40756d16de0ef1dd259 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Tue, 15 Sep 2020 05:24:28 -0700 Subject: normalize common filenames in VideoBackends/Null --- Source/Core/VideoBackends/Null/NullBackend.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Core/VideoBackends/Null/NullBackend.cpp') 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" -- cgit v1.2.3