mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 16:16:05 +00:00
HiresTextures: Remove unnecessary header includes
This commit is contained in:
parent
c16c2d9356
commit
6a9e4511b5
2 changed files with 5 additions and 3 deletions
|
@ -6,9 +6,9 @@
|
|||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include "VideoCommon/TextureDecoder.h"
|
||||
#include "VideoCommon/VideoCommon.h"
|
||||
#include <vector>
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
class HiresTexture
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue