summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexManagerBase.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2017-01-23 11:20:20 -0500
committerLioncash <mathew1800@gmail.com>2017-01-23 12:41:26 -0500
commit70cf774a5cb1cecdc13e94fe4a070691c685ea89 (patch)
treeaba0b6f8cf30ddaaa51ee1cd795e9b1bae8ef6a8 /Source/Core/VideoCommon/VertexManagerBase.cpp
parent1c854f2daa2929ae5d8bb0e6978a11eb9abf442b (diff)
RenderBase: Forward declare EFBAccessType
Diffstat (limited to 'Source/Core/VideoCommon/VertexManagerBase.cpp')
-rw-r--r--Source/Core/VideoCommon/VertexManagerBase.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VertexManagerBase.cpp b/Source/Core/VideoCommon/VertexManagerBase.cpp
index f0299f2495..f4a32eada3 100644
--- a/Source/Core/VideoCommon/VertexManagerBase.cpp
+++ b/Source/Core/VideoCommon/VertexManagerBase.cpp
@@ -2,6 +2,8 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
+#include "VideoCommon/VertexManagerBase.h"
+
#include <memory>
#include "Common/BitSet.h"
@@ -21,8 +23,8 @@
#include "VideoCommon/RenderBase.h"
#include "VideoCommon/TextureCacheBase.h"
#include "VideoCommon/VertexLoaderManager.h"
-#include "VideoCommon/VertexManagerBase.h"
#include "VideoCommon/VertexShaderManager.h"
+#include "VideoCommon/VideoBackendBase.h"
#include "VideoCommon/VideoConfig.h"
#include "VideoCommon/XFMemory.h"