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

@ -4,9 +4,12 @@
#pragma once
#include <map>
#include <vector>
#include "Common/CommonTypes.h"
#include "VideoBackends/D3D12/D3DBase.h"
#include "VideoBackends/D3D12/TextureEncoder.h"
#include "VideoCommon/TextureCacheBase.h"
namespace DX12
{