summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoaderBase.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2016-01-31 14:51:55 -0500
committerLioncash <mathew1800@gmail.com>2016-01-31 15:19:20 -0500
commit1df1ba55bbdc0287a1d43a41fab1d9b6b9833ec0 (patch)
tree76f3075031993e7a0523ba4a6198f09d81e637bc /Source/Core/VideoCommon/VertexLoaderBase.cpp
parent31523b7e80846256a3eeb34be69ba1a0ffc8ef19 (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/VideoCommon/VertexLoaderBase.cpp')
-rw-r--r--Source/Core/VideoCommon/VertexLoaderBase.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VertexLoaderBase.cpp b/Source/Core/VideoCommon/VertexLoaderBase.cpp
index ef7a409eea..e6bc8d1b4d 100644
--- a/Source/Core/VideoCommon/VertexLoaderBase.cpp
+++ b/Source/Core/VideoCommon/VertexLoaderBase.cpp
@@ -13,6 +13,7 @@
#include "Common/StringUtil.h"
#include "Common/Logging/Log.h"
+#include "VideoCommon/DataReader.h"
#include "VideoCommon/VertexLoader.h"
#include "VideoCommon/VertexLoaderBase.h"