summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/BPStructs.cpp
diff options
context:
space:
mode:
authorMatthew Parlane <parlane@gmail.com>2017-01-24 08:17:24 +1300
committerGitHub <noreply@github.com>2017-01-24 08:17:24 +1300
commita43271e250e82e5622c6f3b8b26162d21426eb02 (patch)
tree139fb1867d1b839d39ffbe5e599ff12f2f4eef55 /Source/Core/VideoCommon/BPStructs.cpp
parentfa359d0c2883806d48a8478eeb5010e9f9e97f1e (diff)
parent70cf774a5cb1cecdc13e94fe4a070691c685ea89 (diff)
Merge pull request #4732 from lioncash/renderbase
RenderBase: Forward declare EFBAccessType
Diffstat (limited to 'Source/Core/VideoCommon/BPStructs.cpp')
-rw-r--r--Source/Core/VideoCommon/BPStructs.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/BPStructs.cpp b/Source/Core/VideoCommon/BPStructs.cpp
index 56bce65c27..128969af52 100644
--- a/Source/Core/VideoCommon/BPStructs.cpp
+++ b/Source/Core/VideoCommon/BPStructs.cpp
@@ -2,6 +2,8 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
+#include "VideoCommon/BPStructs.h"
+
#include <cmath>
#include <cstring>
#include <string>
@@ -15,7 +17,6 @@
#include "VideoCommon/BPFunctions.h"
#include "VideoCommon/BPMemory.h"
-#include "VideoCommon/BPStructs.h"
#include "VideoCommon/BoundingBox.h"
#include "VideoCommon/Fifo.h"
#include "VideoCommon/GeometryShaderManager.h"
@@ -26,6 +27,7 @@
#include "VideoCommon/TextureCacheBase.h"
#include "VideoCommon/TextureDecoder.h"
#include "VideoCommon/VertexShaderManager.h"
+#include "VideoCommon/VideoBackendBase.h"
#include "VideoCommon/VideoCommon.h"
#include "VideoCommon/VideoConfig.h"