From 273ace7bb7408853a31448e73fbd251ed0009e87 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 31 Jan 2017 23:29:29 -0500 Subject: LightingShaderGen: Remove unnecessary includes --- Source/Core/VideoBackends/Null/VertexManager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Core/VideoBackends/Null/VertexManager.cpp') diff --git a/Source/Core/VideoBackends/Null/VertexManager.cpp b/Source/Core/VideoBackends/Null/VertexManager.cpp index 86f4c14d48..c615bc468b 100644 --- a/Source/Core/VideoBackends/Null/VertexManager.cpp +++ b/Source/Core/VideoBackends/Null/VertexManager.cpp @@ -3,12 +3,12 @@ // Refer to the license.txt file included. #include "VideoBackends/Null/VertexManager.h" + #include "VideoBackends/Null/ShaderCache.h" #include "VideoCommon/IndexGenerator.h" -#include "VideoCommon/Statistics.h" +#include "VideoCommon/NativeVertexFormat.h" #include "VideoCommon/VertexLoaderManager.h" -#include "VideoCommon/VideoConfig.h" namespace Null { -- cgit v1.2.3