diff options
| author | Lioncash <mathew1800@gmail.com> | 2016-01-31 14:51:55 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2016-01-31 15:19:20 -0500 |
| commit | 1df1ba55bbdc0287a1d43a41fab1d9b6b9833ec0 (patch) | |
| tree | 76f3075031993e7a0523ba4a6198f09d81e637bc /Source/Core/VideoBackends/Software/SWVertexLoader.cpp | |
| parent | 31523b7e80846256a3eeb34be69ba1a0ffc8ef19 (diff) | |
VideoCommon: Convert some DataReader includes into forward declarations
Gets rid of some indirect inclusions in cpp files.
Also this will reduce the amount of rebuilt files if
changes occur in the DataReader header.
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWVertexLoader.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/SWVertexLoader.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoBackends/Software/SWVertexLoader.cpp b/Source/Core/VideoBackends/Software/SWVertexLoader.cpp index 506a7b1da3..4c70342faa 100644 --- a/Source/Core/VideoBackends/Software/SWVertexLoader.cpp +++ b/Source/Core/VideoBackends/Software/SWVertexLoader.cpp @@ -16,6 +16,7 @@ #include "VideoBackends/Software/Tev.h" #include "VideoBackends/Software/TransformUnit.h" +#include "VideoCommon/DataReader.h" #include "VideoCommon/IndexGenerator.h" #include "VideoCommon/OpcodeDecoding.h" #include "VideoCommon/PixelShaderManager.h" |
