From 1df1ba55bbdc0287a1d43a41fab1d9b6b9833ec0 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 31 Jan 2016 14:51:55 -0500 Subject: 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. --- Source/Core/VideoCommon/VertexLoaderBase.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/VideoCommon/VertexLoaderBase.cpp') 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" -- cgit v1.2.3