mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
ShaderGenCommon: Remove unnecessary includes
This commit is contained in:
@ -4,9 +4,11 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "VideoBackends/D3D/TextureEncoder.h"
|
||||
#include <map>
|
||||
|
||||
#include "VideoCommon/TextureCacheBase.h"
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "VideoBackends/D3D/TextureEncoder.h"
|
||||
#include "VideoCommon/VideoCommon.h"
|
||||
|
||||
struct ID3D11Texture2D;
|
||||
struct ID3D11RenderTargetView;
|
||||
|
Reference in New Issue
Block a user