RenderBase: Forward declare EFBAccessType

This commit is contained in:
Lioncash
2017-01-23 11:20:20 -05:00
parent 1c854f2daa
commit 70cf774a5c
17 changed files with 49 additions and 20 deletions

View File

@ -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"