summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Null/VertexManager.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2017-01-31 23:29:29 -0500
committerLioncash <mathew1800@gmail.com>2017-02-01 01:06:00 -0500
commit273ace7bb7408853a31448e73fbd251ed0009e87 (patch)
tree9b4c8723b53c70e0e8438518422d8fcaf8941aba /Source/Core/VideoBackends/Null/VertexManager.cpp
parenta9627ac88191f7127fbf51ccc761bcacaf13f19e (diff)
LightingShaderGen: Remove unnecessary includes
Diffstat (limited to 'Source/Core/VideoBackends/Null/VertexManager.cpp')
-rw-r--r--Source/Core/VideoBackends/Null/VertexManager.cpp4
1 files changed, 2 insertions, 2 deletions
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
{