diff options
Diffstat (limited to 'Source/Core/VideoBackends/Null/VertexManager.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Null/VertexManager.cpp | 4 |
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 { |
