ShaderGenCommon: Remove unnecessary includes

This commit is contained in:
Lioncash
2017-02-01 10:56:13 -05:00
parent 543120c88e
commit 468f623d27
37 changed files with 75 additions and 54 deletions

View File

@ -2,13 +2,13 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include "VideoBackends/Vulkan/VertexFormat.h"
#include "Common/Assert.h"
#include "VideoBackends/Vulkan/CommandBufferManager.h"
#include "VideoBackends/Vulkan/ObjectCache.h"
#include "VideoBackends/Vulkan/VertexFormat.h"
#include "VideoCommon/CPMemory.h"
#include "VideoCommon/VertexLoaderManager.h"
#include "VideoCommon/VertexShaderGen.h"