diff options
| author | Admiral H. Curtiss <pikachu025@gmail.com> | 2023-02-10 10:55:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-10 10:55:07 +0100 |
| commit | 3c2933cad2966aa44d797bfadfa11465d88ae2b5 (patch) | |
| tree | a19b3a2038d1910b05f79cf98b04f676c9386a98 /Source/Core/VideoCommon | |
| parent | 258151fe5aa9b1c28eb9bb9567d345c59b54e4a0 (diff) | |
| parent | 5283a852052c770c5e8ad8e72ec9bb14d9e4581e (diff) | |
Merge pull request #11549 from Pokechu22/texturecachebase-bitset-include
TextureCacheBase: Remove unused bitset include
Diffstat (limited to 'Source/Core/VideoCommon')
| -rw-r--r-- | Source/Core/VideoCommon/TextureCacheBase.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/TextureCacheBase.h b/Source/Core/VideoCommon/TextureCacheBase.h index 958d7704fe..ce001bb53c 100644 --- a/Source/Core/VideoCommon/TextureCacheBase.h +++ b/Source/Core/VideoCommon/TextureCacheBase.h @@ -4,7 +4,6 @@ #pragma once #include <array> -#include <bitset> #include <fmt/format.h> #include <map> #include <memory> |
