VideoBackends: Remove header inclusions made unnecessary with Hybrid XFB

Just some inclusions that weren't removed in the initial Hybrid XFB PR.
This commit is contained in:
Lioncash
2017-11-19 00:16:22 -05:00
parent 609a17a0cd
commit 364eaadfe5
9 changed files with 1 additions and 28 deletions

View File

@ -10,7 +10,6 @@
#include "Common/CommonTypes.h"
#include "VideoBackends/Vulkan/Constants.h"
#include "VideoCommon/AVIDump.h"
#include "VideoCommon/RenderBase.h"
struct XFBSourceBase;