summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoaderManager.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/VertexLoaderManager.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/VertexLoaderManager.cpp')
-rw-r--r--Source/Core/VideoCommon/VertexLoaderManager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VertexLoaderManager.cpp b/Source/Core/VideoCommon/VertexLoaderManager.cpp
index 79275bc21a..5de1eb63b7 100644
--- a/Source/Core/VideoCommon/VertexLoaderManager.cpp
+++ b/Source/Core/VideoCommon/VertexLoaderManager.cpp
@@ -16,6 +16,7 @@
#include "Core/HW/Memmap.h"
#include "VideoCommon/BPMemory.h"
+#include "VideoCommon/DataReader.h"
#include "VideoCommon/IndexGenerator.h"
#include "VideoCommon/NativeVertexFormat.h"
#include "VideoCommon/Statistics.h"