diff options
| author | Lioncash <mathew1800@gmail.com> | 2019-07-27 15:50:41 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2019-07-27 17:33:16 -0400 |
| commit | bdcc5853d51d82301a8a05cee721c395fabe918b (patch) | |
| tree | e2d7a64dbf089c83c67972f467917e4945f3f02e /Source/Core/VideoBackends/Null/VertexManager.cpp | |
| parent | 3c8f6bca5ab9ead8f47e399a1af5168924702fd8 (diff) | |
VideoBackends/Null: Remove unnecessary includes
Diffstat (limited to 'Source/Core/VideoBackends/Null/VertexManager.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Null/VertexManager.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Core/VideoBackends/Null/VertexManager.cpp b/Source/Core/VideoBackends/Null/VertexManager.cpp index bf70743262..329f89a2a2 100644 --- a/Source/Core/VideoBackends/Null/VertexManager.cpp +++ b/Source/Core/VideoBackends/Null/VertexManager.cpp @@ -3,10 +3,6 @@ // Refer to the license.txt file included. #include "VideoBackends/Null/VertexManager.h" -#include "VideoBackends/Null/Render.h" - -#include "VideoCommon/IndexGenerator.h" -#include "VideoCommon/VertexLoaderManager.h" namespace Null { |
